?? table.inc
字號(hào):
<table border="1" width="100%" bordercolorlight="#3399FF" bordercolordark="#3399FF" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" valign="top" style="border: 1 solid #3399FF">
<table border="0" width="100%" cellspacing="0">
<tr>
<td width="100%" bgcolor="#3399FF" height="18" align="center"><font color="#ffffff">成員服務(wù)</font></td>
</tr>
<tr>
<td width="100%" height="23" align="center"><a href="login.jsp"><b>登錄本站</b></a> <a href="reg.jsp"><b>成員注冊(cè)</b></a></b></td>
</tr>
<td height="18">
<tr>
<td width="100%" bgcolor="#3399FF" height="18" align="center"><font color="#ffffff">本站統(tǒng)計(jì)</font></td>
</tr>
<tr>
<td width="100%">
<table border="0" width="98%" align="center" cellspacing="0">
<tr>
<td align="right" height="20" width="60%">注冊(cè)用戶:</td>
<% int t_member;
t_member=0;
String strSQLmem="SELECT id FROM member";
ResultSet RSmem = workM.executeQuery(strSQLmem);
while(RSmem.next()){
t_member=t_member+1;
}
%>
<td align="left" width="40%"><%=t_member%></td>
</tr>
</table>
</td>
</tr>
</table> </td>
</tr>
</table>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -