精校:4.8-5.1

This commit is contained in:
Unknwon
2015-07-14 16:36:08 +08:00
parent 0227814eff
commit ca32f5a4de
5 changed files with 201 additions and 161 deletions

View File

@@ -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/)** )。
## 链接