假设一个函数接受一个字符串数组:
func Join(strs []string) {
...
}
我有一个字符串:
a := "y'all ain't got the honey nut?"
如何将该字符串转换为数组?
相关分类