错误信息
TypeError: null has no properties TypeError: undefined has no properties
错误类型
哪里出错了?
例子
null.foo; // 错误类型: null没有这个属性 undefined.bar; // 错误类型: undefined没有这个属性
TypeError: null has no properties TypeError: undefined has no properties
null.foo; // 错误类型: null没有这个属性 undefined.bar; // 错误类型: undefined没有这个属性