最赞回答 / 好帮手慕珊
<% %>里是写java代码的,如果有html代码就直接写在jsp页面中即可。比如循环输出10个helloword<%for (int i=0;i<=9;i++){%><b>hello world</b><br/><% } %>
2015-04-03