按位置获取信件

时间:2017-07-09 17:07:43

标签: go

我阅读了文章https://blog.golang.org/strings,并意识到你只能使用包“unicode / utf8”来确定字母数字(也许我错了)。我查看了包的所有功能,但我不明白该怎么做? 我需要(伪代码):

var word := "golang"
var letter := word[3] // letter a

0 个答案:

没有答案