摘要: 0.1、索引 https://waterflow.link/articles/1666449874974 1、字符串编码 在go中rune是一个unicode编码点。 我们都知道UTF-8将字符编码为1-4个字节,比如我们常用的汉字,UTF-8编码为3个字节。所以rune也是int32的别名。 ty 阅读全文
posted @ 2022-10-22 22:51 liuyuede123 阅读(344) 评论(0) 推荐(0)