1.typeof null === 'object'
  typeof undefined === 'undefined'
2.null代表空值,undefined是一个变量没有初始化,会返回这个。