摘要: fmt.Println(strings.ToUpper("hello world")) //转换为大写 fmt.Println(strings.ToLower("HELLO WORLD")) //转换为小写 fmt.Println(strings.Contains("hello world", "w 阅读全文
posted @ 2016-07-12 16:52 zhjahch 阅读(698) 评论(0) 推荐(0) 编辑