📅  最后修改于: 2022-03-11 14:45:01.072000             🧑  作者: Mango
toArray := strings.Split("you must be pray before learn anything", " ")
fmt.Printf("this is array %v and type data is %v", toArray, reflect.TypeOf(toArray))