摘要: location 有可能是一个‘’,''.split() 将输出[""],是个含有空字符串的数组,而[]是个什么都没有的数组,两者不同。 code: change initialValue from : initialValue: location.split(',') || [] to: init 阅读全文
posted @ 2018-11-13 14:51 begin256 阅读(1408) 评论(0) 推荐(0)