?? usrindex_bydo.jsp
字號:
<%@ page contentType="text/html; charset=GBK" %>
<%@ page import="java.sql.*"%>
<%@ page import="com.sys.szyuanxin.struct.usr.UsrStruct"%>
<%@ page import="com.sys.szyuanxin.logic.usr.UsrLogic"%>
<title>
我從.do來
</title>
</head>
<%
//UsrStruct[] index = usrLogic.getIndex(); //使用jsp
UsrStruct[] index =(UsrStruct []) request.getAttribute("index");
%>
<body bgcolor="#ffffff">
<h1>
我從.do來
</h1>
<table align="center" cellSpacing=0 class="0" width="100%">
<tr><td>帳號</td><td>密碼</td></tr>
<%for(int i=0;index!=null&&i<index.length;i++) if(index[i]!=null){ %>
<TR class="htr" align="center" >
<TD class="HDT"><%=index[i].getUsr()%></TD>
<TD class="HDT"><%=index[i].getPwd()%></TD>
<%}%>
<% if(index==null||index.length==0) {%>
<tr bgcolor="#ffffff" align="center"><td colspan="100"><font color="#990000" >沒有相關(guān)信息!</font></td></tr>
<% }%>
<br><br>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -