?? leftmiddle.asp
字號:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title></title>
<base target="_self">
<link href="Style.css" rel="stylesheet" type="text/css">
</head>
<body topmargin="0" leftmargin="0" style="background-color: #F1F1F1">
<table border="0" cellpadding="2" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">
<tr>
<td height="6" width="70"> </td>
<td height="6"> </td>
</tr>
<tr>
<td height="6">用戶姓名:</td>
<td height="6"><%=request.cookies("username")%></td>
</tr>
<tr>
<td height="12" width="70">用戶ID:</td>
<td height="12"><%=request.cookies("userid")%></td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -