C++中清屏指令:system("cls");刷屏指令我写了一段代码,你看看#include #include using namespace std;int main(){ cout<<"the test of clear screen !"< Sleep(3000); //停顿3s system("cls"); //清屏 return 0;}
/1 一/1 键/1 清/1 屏/1 O/1 Y
system"cls"应该可以