斑竹说的对,改成这样就行了:#include<stdio.h>#include<conio.h> main() { clrscr(); textmode(0x00); printf("Press a key"); getchar(); clrscr(); printf("Another Screen"); getchar(); return 0; }