You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gdms/web/result_list.jsp

28 lines
770 B

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<%--
Created by IntelliJ IDEA.
User: lenovo
Date: 2019/1/11
Time: 19:57
To change this template use File | Settings | File Templates.
--%>
<%@ page contentType="text/html;charset=UTF-8" language="java" isELIgnored="false" %>
<%String a=request.getParameter("id");
String b[][]=new String[3][3];
for(int i=0;i<3;i++)
for(int j=0;j<3;j++)
b[i][j]="hello";
%>
<%%>
<div class="list-child">
<div class="name"><span class="the-name"><%=a%></span></div>
<div class="other-msgs">
<%for(int k=0;k<2;k++)
for (int n=0;n<2;n++)
out.print(" <div class=\"one-msg\">电话号码:"+b[k][n]+"</div>");
%>
<div class="one-msg">电话号码18711191679</div>
</div>
<button class="select-it" value="<%=123%>">选择</button>
</div>