mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 03:06:41 +08:00
escape character 译成 "转义字符"
This commit is contained in:
@@ -7,7 +7,7 @@ Go 支持以下 2 种形式的字面值:
|
||||
|
||||
- 解释字符串:
|
||||
|
||||
该类字符串使用双引号括起来,其中的相关的转移字符将被替换,这些转移字符包括:
|
||||
该类字符串使用双引号括起来,其中的相关的转义字符将被替换,这些转义字符包括:
|
||||
|
||||
- `\n`:换行符
|
||||
- `\r`:回车符
|
||||
|
Reference in New Issue
Block a user