golang 字符串处理
摘要:func main(){ var p := fmt.Println var s := strings p("Contains: ",s.Contains("test","es")) //true p("Count: ",s.Count("test","t")) //2 p("hasPrefix: "
阅读全文
posted @ 2021-03-16 16:09
posted @ 2021-03-16 16:09
Powered by:
博客园
Copyright © 2025 Kurenoki
Powered by .NET 9.0 on Kubernetes