adwin's blog
回复大刀:赞
不使用byte,而是直接使用[]byte则没有问题。
b := make([]byte,1)
b[0] = 129
s := string(b)
再转为[]byte输出就是 [129]
昵称

邮件地址 (选填)

个人主页 (选填)

内容