system("pause");
或者
stdio.h
cout<<"按任意键退出"<<endl;
getchar(); / getch(); / scanf();
system("exit");
C++ 实现“按任意键退出”
最新推荐文章于 2024-07-14 12:02:19 发布
system("pause");
或者
stdio.h
cout<<"按任意键退出"<<endl;
getchar(); / getch(); / scanf();
system("exit");