摘要:
版本 当前更新版本:2021-04-23 版本地址:commit:#114 如果您发现任何更新、问题或改进,请随时 fork 和 PR Please feel free to fork and PR if you find any updates, issues or improvement. 目录 阅读全文
摘要:
1. string概念 Go标准库builtin给出了所有内置类型的定义。 源代码位于src/builtin/builtin.go,其中关于string的描述如下: // string is the set of all strings of 8-bit bytes, conventionally 阅读全文