<%
    ArrayList list = (ArrayList)request.getAttribute("class");
    for(int i = 0; i < list.size(); i++){
        com.zxf.bean.Class clazz = (com.zxf.bean.Class)list.get(i);
%>
<tr>
    <td><%=clazz.getcId()%></td>
    <td><%=clazz.getcName()%></td>
    <td><%=clazz.getcInfo()%></td>
    <td><%=clazz.getcMoney()%></td>
</tr>
<%
    }
%>

 

相关文章:

  • 2022-01-19
  • 2022-02-14
  • 2021-07-11
  • 2021-12-12
  • 2022-12-23
  • 2022-12-23
  • 2021-06-11
猜你喜欢
  • 2022-12-23
  • 2021-11-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-21
  • 2021-10-26
相关资源
相似解决方案