]int64, []string) {
int64Ids := make([]int64, 0)
stringIds := make([]string, 0)
// 把可能的分隔符...,统一替换成英文 逗号 ,
text = strings.ReplaceAll(text, ",", ",")
text = strings.ReplaceAll(text, "/",..., ",")
text = strings.ReplaceAll(text, " ", ",")
fmt.Println("text=", text)
// 支持数字,字母,中文