Skip to content

Commit 7d0dd6b

Browse files
committed
Merge pull request astaxie#395 from ifeiteng/master
Update 07.6.md
2 parents 2b8e4f8 + 700ce3b commit 7d0dd6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ebook/07.6.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# 7.6 字符串处理
2-
字符串在我们平常的Web开发中经常用到,包括用户的输入,数据库读取的数据等,我们经常需要对字符串进行分割、连接、转换等操作,本小节讲通过Go标准库中的strings和strconv两个包中的函数来讲解如何进行有效快速的操作
2+
字符串在我们平常的Web开发中经常用到,包括用户的输入,数据库读取的数据等,我们经常需要对字符串进行分割、连接、转换等操作,本小节将通过Go标准库中的strings和strconv两个包中的函数来讲解如何进行有效快速的操作
33
## 字符串操作
44
下面这些函数来自于strings包,这里介绍一些我平常经常用到的函数,更详细的请参考官方的文档。
55

0 commit comments

Comments
 (0)