国内最全IT社区平台 联系我们 | 收藏本站
华晨云阿里云优惠2
您当前位置:首页 > web前端 > htmlcss > SyntaxError: Unexpected token ILLEGAL

SyntaxError: Unexpected token ILLEGAL

来源:程序员人生   发布时间:2016-07-11 08:33:35 阅读次数:2323次

1、毛病描写

> buf=new Buffer("我爱你,簌簌簌簌簌'); SyntaxError: Unexpected token ILLEGAL at Object.exports.createScript (vm.js:24:10) at REPLServer.defaultEval (repl.js:235:25) at bound (domain.js:287:14) at REPLServer.runBound [as eval] (domain.js:300:12) at REPLServer.<anonymous> (repl.js:431:12) at emitOne (events.js:82:20) at REPLServer.emit (events.js:169:7) at REPLServer.Interface._onLine (readline.js:211:10) at REPLServer.Interface._line (readline.js:550:8) at REPLServer.Interface._ttyWrite (readline.js:827:14) >

2、毛病缘由

     单双引号混用,致使出现毛病


3、解决办法

> buf=new Buffer('我爱你,簌簌簌簌簌'); <Buffer e6 88 91 e7 88 b1 e4 bd a0 ef bc 8c e7 b0 8c e7 b0 8c e7 b0 8c e7 b0 8c e7 b0 8c> >


生活不易,码农辛苦
如果您觉得本网站对您的学习有所帮助,可以手机扫描二维码进行捐赠
程序员人生
------分隔线----------------------------
分享到:
------分隔线----------------------------
关闭
程序员人生