js 判断null的类型

604 阅读1分钟

1,    Object.propotype.toString.call('null') === '[object Null]'   //