mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 00:11:36 +08:00
精校:4.8-5.1
This commit is contained in:
@@ -273,7 +273,7 @@ func main() {
|
||||
GO1 - The ABC of Go - 25 -
|
||||
sl2 joined by ;: GO1;The ABC of Go;25
|
||||
|
||||
其它有关字符串操作的文档请参阅官方文档 [http://golang.org/pkg/strings/](http://golang.org/pkg/strings/)( **译者注:国内用户可访问 [该页面](http://docs.studygolang.com/pkg/strings/)** )。
|
||||
其它有关字符串操作的文档请参阅 [官方文档](http://golang.org/pkg/strings/)( **译者注:国内用户可访问 [该页面](http://docs.studygolang.com/pkg/strings/)** )。
|
||||
|
||||
## 4.7.11 从字符串中读取内容
|
||||
|
||||
@@ -341,7 +341,7 @@ func main() {
|
||||
|
||||
在第 5.1 节,我们将会利用 if 语句来对可能出现的错误进行分类处理。
|
||||
|
||||
更多有关该包的讨论,请参阅官方文档 [http://golang.org/pkg/strconv/](http://golang.org/pkg/strconv/)( **译者注:国内用户可访问 [该页面](http://docs.studygolang.com/pkg/strconv/)** )。
|
||||
更多有关该包的讨论,请参阅 [官方文档](http://golang.org/pkg/strconv/)( **译者注:国内用户可访问 [该页面](http://docs.studygolang.com/pkg/strconv/)** )。
|
||||
|
||||
## 链接
|
||||
|
||||
|
Reference in New Issue
Block a user