Bootstrap

控制台报错:TypeError: Cannot read properties of null (reading ‘split‘)

翻译:类型错误:无法读取空值的属性(读 “拆分”)

解决方式:(data||"").split(',')

;