81,116
社区成员
发帖
与我相关
我的任务
分享<%String sql1 = "select count(*) as num from article where rootid = " + a.getId() ;
ResultSet rs1 = DB.executeQuery(stmt, sql1);
while(rs1.next()){%>
<%=rs1.getInteger("num") %>
<%} %>