摘要: 今天学习了新的在web嵌套java代码的方式 <% for(int i=0;i<temp1.size();i++){ out.write("<tr>"); out.write("<td>"+temp1.get(i).getName()+"</td>"); out.write("<td>"+temp1 阅读全文
posted @ 2020-10-29 19:33 不详·Christina 阅读(44) 评论(0) 推荐(0)