Uncaught SyntaxError: Unexpected end of input 错误

简介:

Unexpected end of input  的英文意思是“意外的终止输入

他表示我们浏览器在读取我们的代码时,碰到了不可预知的错误,导致浏览器 无语进行下面的读取

通常造成这种错误的原因是应该成双的符号输入错误,比如说“”,‘’,{},[]。

如果你出现这种错误,你就要找你的代码中是不是以上结构有开始,但没有结束,重点查找你的js代码。

你一个一个对比总能找到你的错误。如果没有发现,你就要想想,是不是你的代码中有转义字符,并且这些转义字符你没有处理正确。


本文转自 潜心笃志 51CTO博客,原文链接:http://blog.51cto.com/82711020/1983398

相关文章
|
5月前
|
JSON JavaScript 前端开发
Uncaught SyntaxError: Invalid or unexpected token
Uncaught SyntaxError: Invalid or unexpected token
64 0
|
8月前
|
Unix Linux Shell
syntax error: unexpected end of file
syntax error: unexpected end of file
38 0
Uncaught TypeError: l.push is not a function
Uncaught TypeError: l.push is not a function
error C2041: illegal digit ‘9‘ for base ‘8‘ | error C2059: syntax error: ‘bad suffix on number‘
error C2041: illegal digit ‘9‘ for base ‘8‘ | error C2059: syntax error: ‘bad suffix on number‘
149 0
|
计算机视觉
成功解决TypeError: __init__() got an unexpected keyword argument 'n_iterations'
成功解决TypeError: __init__() got an unexpected keyword argument 'n_iterations'
|
机器学习/深度学习 Windows
raise RuntimeError(‘Error(s) in loading state_dict for {}:\n\t{}‘.format( RuntimeError: Error(s)..报错
即load_state_dict(fsd,strict=False) 属性strict;当strict=True,要求预训练练权重层数的键值与新构建的模型中的权重层数名称完全吻合;
1587 0
|
Dart 前端开发 JavaScript
Syntax Error: TypeError: this.getOptions is not a function
Syntax Error: TypeError: this.getOptions is not a function
554 0
Syntax Error: TypeError: this.getOptions is not a function
|
XML JSON 前端开发
ajaxfileupload上传文件和报错syntaxerror: Unexpected end of input(…)
ajaxfileupload上传文件和报错syntaxerror: Unexpected end of input(…)
245 0
ajaxfileupload上传文件和报错syntaxerror: Unexpected end of input(…)
|
C语言
error: implicit declaration of function ‘VerifyFixClassname‘ is invalid in C99 [-Werror,-Wimplicit-f
error: implicit declaration of function ‘VerifyFixClassname‘ is invalid in C99 [-Werror,-Wimplicit-f
159 0
|
JavaScript
Uncaught SyntaxError: Unexpected token <
Uncaught SyntaxError: Unexpected token <
644 0
Uncaught SyntaxError: Unexpected token <