1.1 入门
Notes:转义字符
/n 换行,/t 制表符,/b回退,/"双引号,//斜杠
练习1-1:
int main() { printf("hello,world/n"); return 0; }
1.1 入门
Notes:转义字符
/n 换行,/t 制表符,/b回退,/"双引号,//斜杠
练习1-1:
int main() { printf("hello,world/n"); return 0; }

被折叠的 条评论
为什么被折叠?
