如何修复“Uncaught SyntaxError: Unexpected token <”错误
- 论坛
- 如何修复“Uncaught SyntaxError: Unexpected token <”错误
17 浏览
如何修复“Uncaught SyntaxError: Unexpected token <”错误
我有一段在PHP5.6上运行正常的Javascript代码。
然而,当我升级到PHP7.2后,它停止工作并出现以下错误:
VM505:2 Uncaught SyntaxError: Unexpected token < at Function.globalEval (jquery.tools.min.js:49) at Function.httpData (jquery.tools.min.js:152) at XMLHttpRequest.x.onreadystatechange (jquery.tools.min.js:149) globalEval @ jquery.tools.min.js:49 httpData @ jquery.tools.min.js:152 x.onreadystatechange @ jquery.tools.min.js:149 XMLHttpRequest.send (async) ajax @ jquery.tools.min.js:150 chkpwd @ hw.php:295 onclick @ hw.php:877
我无法理解错误提示中的chkpwd @ hw.php 295,但实际上这个函数在第387行。所以,我不知道该从何处查找。
如何进行调试并修复这个问题?