js做了null和undefined判断 还是进入方法
split 方法只有 string 有,所以 判断类型是否是字符串,且不为空字符串即可
if(value && typeof value === 'string'){ // todo }
使用 typeof value !== typeof undefined
typeof value !== typeof undefined
value的值具体是什么
null
@笑叹、: 兄弟 你犯了提问的大忌 这种回答 最好是截图。。