java 将jsp页面的循环数组插入到数据中 5
jsp代码<%@pagelanguage="java"contentType="text/html;charset=utf-8"pageEncoding="utf-8"%...
jsp代码
<%@ page language="java" contentType="text/html; charset=utf-8"
pageEncoding="utf-8"%>
<%@page import="java.io.File"%>
<%@page import="net.sf.json.JSONArray"%>
<%@page import="net.sf.json.JSONObject"%>
<%@page import="net.atomtree.utils.InfoTxt"%>
<%
Object obj= request.getAttribute("jsArr");
if(obj==null){
response.sendRedirect("../pages/setting-server.html");
}
JSONArray info =JSONArray.fromObject(obj);
%>
<!DOCTYPE html>
<table class="zebra" id="infotest">
<tr>
<th>IP地址</th>
<th>用户名</th>
<th>角色</th>
<!-- <th>ABM安装路径</th> -->
</tr>
<%for(int i=0;i<info.size();i++){
JSONObject json=info.getJSONObject(i); %>
<tr>
<td id="server_IP"><%=json.getString("server_IP") %></td>
<td id="server_Name"><%=json.getString("server_Name") %></td>
<td id="server_Role"><%=json.getString("server_Role") %></td>
<%-- <td><%=json.getString("ambpath") %></td> --%>
</tr>
<%}%>
</table>
请问 ajax 和servlet这么写 展开
<%@ page language="java" contentType="text/html; charset=utf-8"
pageEncoding="utf-8"%>
<%@page import="java.io.File"%>
<%@page import="net.sf.json.JSONArray"%>
<%@page import="net.sf.json.JSONObject"%>
<%@page import="net.atomtree.utils.InfoTxt"%>
<%
Object obj= request.getAttribute("jsArr");
if(obj==null){
response.sendRedirect("../pages/setting-server.html");
}
JSONArray info =JSONArray.fromObject(obj);
%>
<!DOCTYPE html>
<table class="zebra" id="infotest">
<tr>
<th>IP地址</th>
<th>用户名</th>
<th>角色</th>
<!-- <th>ABM安装路径</th> -->
</tr>
<%for(int i=0;i<info.size();i++){
JSONObject json=info.getJSONObject(i); %>
<tr>
<td id="server_IP"><%=json.getString("server_IP") %></td>
<td id="server_Name"><%=json.getString("server_Name") %></td>
<td id="server_Role"><%=json.getString("server_Role") %></td>
<%-- <td><%=json.getString("ambpath") %></td> --%>
</tr>
<%}%>
</table>
请问 ajax 和servlet这么写 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询