来自mysql数据库的动态href更改源
<table>
<tr th:each="c : ${contents}">
<td><a href="#" th:href="@{c.content}" onclick="loadSWF(this.href, 'flashcontent');
return false;" >Click here </a></td>
</tr>
</table>
上面的代码是百里香弹簧的例子............
我想在每次迭代时加载 .swf 文件,
c.content每次运行都会给出 .swf 文件的位置..!! Chrome 控制台给了我 500 错误 GET localhost:8080/learnware/student/c.content 500(内部服务器错误)