This commit is contained in:
许大仙 2024-08-01 17:01:44 +08:00
parent 2711bd49ab
commit 186b9a4c2b

View File

@ -1284,7 +1284,7 @@ char str[32];
### 4.2.1 标准写法
* 显示在字符串的结尾添加 `\0`作为字符串的结束标识。
* 手动在字符串的结尾添加 `\0`作为字符串的结束标识。