jsp如何把数据库查询到的值以列表形式展现
请教下大家,我数据库中的字段值是"北京,上海,重庆",如果值长了的话页面展现就很难看,我想让它以列表形式展现,如北京上海重庆请大家指点下,谢谢!...
请教下大家,我数据库中的字段值是"北京,上海,重庆",如果值长了的话页面展现就很难看,我想让它以列表形式展现,如
北京
上海
重庆
请大家指点下,谢谢! 展开
北京
上海
重庆
请大家指点下,谢谢! 展开
2个回答
展开全部
<table border="1" width="80%" id="xxb">
<thead>
<th><input name="" type="checkbox" value="" /></th>
<th>姓名</th>
<th>宿舍号</th>
<th>维修类型</th>
<th>具体描述</th>
<th>联系方式</th>
<th>提交时扒春间</th>
</thead>
<tbody>
<春凯耐%
while(rs.next()){
String name=rs.getString(1);
String susehao=rs.getString(2);
String wxlx=rs.getString(3);
String jtms=rs.getString(4);
String tel=rs.getString(5);
String tjsj=rs.getString(6);
%>
<tr>
<td class="checkBox"><input name="" type="checkbox" value="" /></td>
<td><%=name%></td>
<td><%=susehao%></td>
<td><%=wxlx%></td>
<td><%=jtms%></td>
<td><%=tel%></td>
<td><%=tjsj%></td>
</tr>
<%
}
%>
</tbody>
<%
pstmt.close();
rs.close();//关闭孙洞命令对象连接
con.close();//关闭数据库连接
}catch(SQLException e){
e.printStackTrace();
}
%>
</table>
<thead>
<th><input name="" type="checkbox" value="" /></th>
<th>姓名</th>
<th>宿舍号</th>
<th>维修类型</th>
<th>具体描述</th>
<th>联系方式</th>
<th>提交时扒春间</th>
</thead>
<tbody>
<春凯耐%
while(rs.next()){
String name=rs.getString(1);
String susehao=rs.getString(2);
String wxlx=rs.getString(3);
String jtms=rs.getString(4);
String tel=rs.getString(5);
String tjsj=rs.getString(6);
%>
<tr>
<td class="checkBox"><input name="" type="checkbox" value="" /></td>
<td><%=name%></td>
<td><%=susehao%></td>
<td><%=wxlx%></td>
<td><%=jtms%></td>
<td><%=tel%></td>
<td><%=tjsj%></td>
</tr>
<%
}
%>
</tbody>
<%
pstmt.close();
rs.close();//关闭孙洞命令对象连接
con.close();//关闭数据库连接
}catch(SQLException e){
e.printStackTrace();
}
%>
</table>
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询