Go 数据结构 string 深度剖析
什么是 string
在 src/builtin/builtin.go 中这样定义:
// string is the set of all strings of 8-bit bytes, conventionally but not
// necessarily representing UTF-8-encoded text. A string may be empty, but
// not nil. Values of string type are immut…
2026/7/5 2:30:52