<%= for(var i=0;i<sendMessage.length;i++){ %> <div <%= if(sendMessage.question.quesType==1){%>class="checkbox"<%=}else{%>class="radio"<%=}%>> <div class="question"> <%= sendMessage.question.quesId+'.'+sendMessage.question.quesCont%> <b><%= if(sendMessage.question.quesType==1){%>[多选题]<%=}else{%><%=}%></b><i>*</i> </div> </div> <%= } %>页面报错Unexpected token for in D:exerciseviewsindex.ejs while compiling ejs If the above error is not helpful, you may want to try EJS-Lint: https://github.com/RyanZim/EJ...SyntaxError: Unexpected token for in D:exerciseviewsindex.ejs while compiling ejsIf the above error is not helpful, you may want to try EJS-Lint:https://github.com/RyanZim/EJ...
1 回答
慕田峪7331174
TA贡献1828条经验 获得超13个赞
模板后缀是HTML? 如果是html的话 应该是你的HTML标签里面注释掉的东西报错。找一下,然后删掉 应该就可以了。
我的报错是 SyntaxError: Unexpected token ) in
然后 我在一个注释掉的标签里面 找到这个 ) ,删除掉就可以了。
添加回答
举报
0/150
提交
取消