func main() { str := hex.EncodeToString([]byte("go")) fmt.Println(str) }
此代码返回676f. 如何打印类似 C 的内容0x67, 0x6f?
676f
0x67, 0x6f
呼唤远方
不负相思意
相关分类