mirror of
https://github.com/gopl-zh/gopl-zh.github.com.git
synced 2025-12-17 11:14:20 +08:00
fix ch3.5.1 translate error
This commit is contained in:
@@ -71,7 +71,7 @@ s[0] = 'L' // compile error: cannot assign to s[0]
|
|||||||
字符串值也可以用字符串面值方式编写,只要将一系列字节序列包含在双引号内即可:
|
字符串值也可以用字符串面值方式编写,只要将一系列字节序列包含在双引号内即可:
|
||||||
|
|
||||||
```
|
```
|
||||||
"Hello, 世界"
|
"Hello, world"
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
|
|||||||
Reference in New Issue
Block a user