JSP实现留言板的JavaBean类和分页显示的源码(7) 页</td> </tr> </form></table> <% for(int i=0;i<countPerPage&¤tStart-i>=0;i++) { memoInfo.setId(((memoBean)vt.get(currentStart-i)).getId()); memoInfo.setEmail(((memoBean)vt.get(currentStart-i)).getEmail()); memoInfo.setContent(((memoBean)vt.get(currentStart-i)).getContent()); out.print("<table width='100%' border='1' ><tr><td width='19%'>"); out.print(memoInfo.getId()); out.print("</td><td width='81%'>"); out.print(memoInfo.getEmail()); out.print("</td></tr><tr><td height='44' colspan='2'>"); out.print(memoInfo.getContent()); out.print("</td></tr></table> "); out.print("<br>"); } %> </td> </tr> </table> </td> </tr> <tr> <td height="73" align="center" valign="top" nowrap>