标签:span 回车换行 int 技术 http world mic nbsp col
#include <stdio.h> int main() { printf("Hello World\n");//printf()输出 return 0; }
\n 的意思是:回车换行。将当前位置移到下一行的开头。
C语言注释方法有两种:
多行注释: /* 注释内容 */
单行注释: //注释一行
标签:span 回车换行 int 技术 http world mic nbsp col
原文地址:https://www.cnblogs.com/kun666/p/13229527.html