是否可以不仅在一个字符串上拆分,还可以在一段字符串上拆分?IE
strings.Split("Dogs and Cats are Great", "and"))
但不是使用一个字符串,而是使用一段字符串:
strings.Split("Dogs and Cats are Great", []string{"and", "are"}))
开心每一天1111
相关分类