展开全部
请按任意键继续是 system("pause");
清屏是 system("cls");
需要stdlib.h
#include <stdlib.h>
int main(){
system("pause"); //出现“请按任意键继续...”
system("pause"); //出现第二个“请按任意键继续...”
system("cls"); //屏幕被清空,并立即执行下一语句
system("pause"); //此时只剩一个“请按任意键继续...”
return 0;
}
清屏是 system("cls");
需要stdlib.h
#include <stdlib.h>
int main(){
system("pause"); //出现“请按任意键继续...”
system("pause"); //出现第二个“请按任意键继续...”
system("cls"); //屏幕被清空,并立即执行下一语句
system("pause"); //此时只剩一个“请按任意键继续...”
return 0;
}
展开全部
编译的时候?运行时吧
包含以下头文件:
#include <conio.h>
在你想停住的地方加:
getch();
/////////例子:
#include<stdio.h>
#include<stdlib.h>
#include <conio.h>
main()
{
printf("121233"); //打印
getch();//按任意键开始操作
system("cls"); //清屏
getch();//按任意键开始操作
}
包含以下头文件:
#include <conio.h>
在你想停住的地方加:
getch();
/////////例子:
#include<stdio.h>
#include<stdlib.h>
#include <conio.h>
main()
{
printf("121233"); //打印
getch();//按任意键开始操作
system("cls"); //清屏
getch();//按任意键开始操作
}
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
按任意键开始操作
getchar()
清屏
不知道
getchar()
清屏
不知道
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询