top.asp

来自「本系统无论是现在还是将来的升级的版本均免费。学生综合测评分也叫综合分或者纪律分」· ASP 代码 · 共 20 行

ASP
20
字号
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="img/Style.css" rel="stylesheet" type="text/css">

<%dim user_name
user_name=Request.Cookies("zcas")("user_name")
%>
<table width="23" border="0">
  <tr>
    <td width="17" height="1"></td>
  </tr>
</table>
  <%response.write("   欢迎你,"&user_name&"")%>
  今天是: <SCRIPT language=JavaScript src="../lib/date.js" type=text/JavaScript></SCRIPT>   
  
  <table width="20" border="0">
  <tr>
    <td height="3"></td>
  </tr>
</table>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?