Uncaught TypeError: xx.split is not a function

javascript 报错 string.split is not a function

split() 方法用于把一个 字符串 分割成字符串数组。

也就是说数据的类型是字符串,如果是其它类型就会报这个错误。