Uncaught 没有捕捉到
TypeError类型错误
Cannot 不能
read 读
properties 属性
reading读
classList 类列表
SyntaxError 语法错误
Unexpected 不期待的
token符号
‘<’ 不应存在
Invalid不合法的
or或者
报错提示语句
Uncaught TypeError没有捕捉到类型错误
Cannot read properties of undefined 不能读取未定义的属性
js常见报错类型 Uncaught TypeError: Cannot read property :从一个不存在的对象(undefined)获取属性或则进行函数调用。TypeError: ‘undefined’ is not an object (evaluating :在一个未定义(undefined)的对象上读取属性或则调用函数。TypeError: null is not an object (evaluating :从null读取属性或则调用方法。 TypeError: ‘undefined’ is not a function :调用一个未定义的函数。TypeError: Cannot read property ‘length:读取未定义变量的长度属性。Uncaught TypeError: cannot set property of undefined:对undefined变量进行赋值或读取 *** 作。ReferenceError: event is not defined:访问一个未定义的对象或超出当前作用域的对象。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)