mirror of
https://github.com/gopl-zh/gopl-zh.github.com.git
synced 2025-10-16 20:12:48 +00:00
修正半角标点符号
This commit is contained in:
@@ -20,8 +20,8 @@
|
||||
\r 回车
|
||||
\t 制表符
|
||||
\v 垂直制表符
|
||||
\' 单引号 (只用在 '\'' 形式的rune符号面值中)
|
||||
\" 双引号 (只用在 "..." 形式的字符串面值中)
|
||||
\' 单引号(只用在 '\'' 形式的rune符号面值中)
|
||||
\" 双引号(只用在 "..." 形式的字符串面值中)
|
||||
\\ 反斜杠
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user