js 判断null的类型 wayke 2020-11-07 604 阅读1分钟 1, Object.propotype.toString.call('null') === '[object Null]' //