摘要: 【笔记】go语言--字符与字符串处理 rune相当于go的char 使用range遍历pos,rune对(遍历出来是不连续的) 使用utf8.RuneCountInString获得字符数量 使用len获得字节长度 使用[]byte获得所有的字节 ascii:单字节编码系统 unicode:英文2字节 阅读全文
posted @ 2022-02-06 22:15 DbWong_0918 阅读(79) 评论(0) 推荐(0) 编辑