摘要: 字符串常见的使用方法 // 获取长度 var name string = "张无极" fmt.Println(name) fmt.Println(utf8.RuneCountInString(name)) // 是否以xx开头 name2 := "张无忌" reslut := strings.Has 阅读全文
posted @ 2021-04-15 17:34 听风走了八千里 阅读(112) 评论(0) 推荐(0) 编辑