换成 getch(), getchar() 需要引入 stdio.h 头文件,并且 getchar() 是控制台界面使用的, 图形界面使用 getch();
graphics这个是turbo c下的库,vc++没有