问题: 我正在尝试检索 utf8 代码指定的值。
假设我们有这种情况:
//String with the alphabet and some numbers.
var aMess string = "abcdefghijklmnopqrstuvwxyz123456789"
我想输出分配 utf8 代码的值。
如果 utf8 表中的 a 为 97。如果 97 是 utf8 代码,我应该调用什么函数来输出字符“a”?
fmt.Println(aMess[0]) // outputs 97 how do I convert 97 to what it is assigned too?
江户川乱折腾
慕后森
相关分类