lyc10031 / gitalk

my gitalk
0 stars 0 forks source link

golang 字符串操作 - Ray_YC's Blog #10

Open lyc10031 opened 5 years ago

lyc10031 commented 5 years ago

https://lyc10031.github.io/2019/08/21/Strings.html

Go 字符串处理的常用函数Go标准库中的strings和strconv两个包里面有一些最常用的字符串操作函数strings 包中的常用函数strings官方文档func Contains(s,substr string) bool字符串s中是否包含 substr 返回bool值123456789fmt.Print...