printf函数 C语言 2K+ 2年前 0 浮生若梦 功能 向显示器上输出一段信息 格式 printf("hello,world\n"); // 一般后面加 \n 表示换行 printf("1 + 1 = %d\n". 1 + 1); // %d 占位符 点赞
评论