#include "stdio.h"int main(){printf("about to sppawn command.com and run a dos command\n");system("dir");return 0;getch();}
c函數(shù)dir命令加了getch()還是不能正常顯示?
慕桂英3389331
2019-02-05 10:06:06