system("pause");和system("cls")使用示例程序
#include "stdio.h" #include "stdlib.h" #include "math.h" int main() { printf("hello world\n"); system("pause"); system("cls"); }
本文共 227 字,大约阅读时间需要 1 分钟。
system("pause");和system("cls")使用示例程序
#include "stdio.h" #include "stdlib.h" #include "math.h" int main() { printf("hello world\n"); system("pause"); system("cls"); }
转载于:https://www.cnblogs.com/table/p/3972169.html