Loading

摘要: go_统计字符串汉字,九九乘法表 统计hello沙河小王子的中文字符个数 package main import ( "fmt" "unicode" ) func main() { s := "hello沙河小王子" var cnt int for _, v := range s { // if unicode.Is(unicode 阅读全文
posted @ 2022-01-16 15:35 ydssx 阅读(65) 评论(0) 推荐(0)