C语言的小问题?
C语言的小问题?
日期:2021-06-02 02:49:15 人气:1
1、输出一次后,加上 getchar();等待输入;
2、清屏使用system("cls");
3、让那个“请按任意键继续”消失,去掉system("pause")就可以了
#include <stdio.h>
#include <stdlib.h>
int main()
{
printf("printf 11111:\n");
2、清屏使用system("cls");
3、让那个“请按任意键继续”消失,去掉system("pause")就可以了
#include <stdio.h>
#include <stdlib.h>
int main()
{
printf("printf 11111:\n");