int main(){char ch;printf("打个字符试试:");ch = getch();printf("你刚输入的是:%c,\r\n",ch);printf("按任意键结束,\r\n");getch();return 0;}
你这个可以在手动输入的时候换