码迷,mamicode.com
首页 > 其他好文 > 详细

Uncaught SyntaxError: Unexpected token ILLEGAL

时间:2014-08-16 16:29:30      阅读:255      评论:0      收藏:0      [点我收藏+]

标签:uncaught   syntaxerror   unexpected   token   illegal   

Uncaught SyntaxError: Unexpected token ILLEGAL

bubuko.com,布布扣

<input id="btn_0_4EAE4F474C91156086C0D4EA7E983C69C215B649" type="button" value="连接" onclick="middleware_connect(0, 4EAE4F474C91156086C0D4EA7E983C69C215B649)">


经过查看源码可以发现“onclick="middleware_connect(0, 4EAE4F474C91156086C0D4EA7E983C69C215B649)"”,第二个参数是字符串,却没有使用引号括起来,所以引发了些异常。


加上引号后,问题解决:

<input id="btn_0_4EAE4F474C91156086C0D4EA7E983C69C215B649" type="button" value="连接" onclick="middleware_connect(‘0‘, ‘4EAE4F474C91156086C0D4EA7E983C69C215B649‘)">



Uncaught SyntaxError: Unexpected token ILLEGAL,布布扣,bubuko.com

Uncaught SyntaxError: Unexpected token ILLEGAL

标签:uncaught   syntaxerror   unexpected   token   illegal   

原文地址:http://blog.csdn.net/testcs_dn/article/details/38613893

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!