ejs提示错误
来源:
jypblurWzx
2016-08-31
/Users/jachin/Project/Node/NodeWechat/node_modules/ejs/lib/ejs.js:505
throw e;
^
SyntaxError: Unexpected token else while compiling ejs
at Object.Template.compile (/Users/jachin/Project/Node/NodeWechat/node_modules/ejs/lib/ejs.js:495:12)
at Object.compile (/Users/jachin/Project/Node/NodeWechat/node_modules/ejs/lib/ejs.js:306:16)
at Object.<anonymous> (/Users/jachin/Project/Node/NodeWechat/wechat/tpl.js:61:20)
at Module._compile (module.js:541:32)
at Object.Module._extensions..js (module.js:550:10)
at Module.load (module.js:458:32)
at tryModuleLoad (module.js:417:12)
at Function.Module._load (module.js:409:3)
at Module.require (module.js:468:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/Users/jachin/Project/Node/NodeWechat/wechat/util.js:11:11)
at Module._compile (module.js:541:32)
at Object.Module._extensions..js (module.js:550:10)
at Module.load (module.js:458:32)
at tryModuleLoad (module.js:417:12)
at Function.Module._load (module.js:409:3)
5回答
-
应该是 tpl 模板写错了,再仔细检查一下 tpl 里面的模板代码
042016-08-31 -
jypblurWzx
提问者
2016-08-31
00 -
jypblurWzx
提问者
2016-08-31
之前那个ejs问题自己解决,但是还是无法做到自动回复,组装的xml如截图,都可以拿到,但是还是无法返回回复。是因为xml有空行?解析失败?
00 -
jypblurWzx
提问者
2016-08-31
00 -
jypblurWzx
提问者
2016-08-31
00
相似问题