?? top.jsp
字號:
<%@ page contentType="text/html; charset=GB2312" %>
<html>
<head>
<LINK href="Style.css" type=text/css rel=stylesheet>
<title>在線答疑系統</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
}
.style1 {color: #FF0000}
-->
</style>
</head>
<body topmargin=0>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height=70></td>
</tr>
</table>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height=22 width=186 bgcolor=#33FF00 align=center style="color:#fffccc"> 在線答疑系統 </td>
<%
String userid;
if((String)session.getAttribute("suserid")==null)
userid="訪客";
else
userid=(String)session.getAttribute("suserid");
%>
<td bgcolor=#f3f3f3 > ::::::<span class="style1">歡迎<%=userid%>!</span></td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -