WebRoot目錄下的students報錯
<td><a href="<%=path%>/students/Students_delete.action?sid=<s:property value="#stu.sid"/>" onclick="javascript:return confirm('真的要刪除嗎?');">刪除</a></td>
就是上面這條語句報錯:return confirm('真的要刪除嗎?');
報錯原因是:
Multiple annotations found at this line:
- Cannot return from outside a function or?
method.
- Syntax error on token "Invalid Character", delete?
求大神解決~~~~
2016-10-12
估計是html標(biāo)簽出錯了