TypeError: null has no properties TypeError: undefined has no properties
TypeError.
TypeError
null 和 undefined中,没有你需要的属性。
null
undefined
null.foo; // 错误类型: null没有这个属性 undefined.bar; // 错误类型: undefined没有这个属性