getch()不用回车,getchar(),要回车,包含头文件不一样式getch要有conio.h getchar()要stdio.h即可 getc原形:int getc(FILE *fp) getchar原形:int