test.asp
来自「这是一个用ASP写的在线考试系统.特别一点 就是考试试卷有两种考法,一种为系统」· ASP 代码 · 共 27 行
ASP
27 行
<%
%>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script language="VBScript" >
sub aa
MsgBox("aaaaaaaaaaaaaaaaaaaaaaa")
end sub
</script>
</head>
<body onload="ChangeTime()">
<%
TimeFirst=time()
TimeLast=DateAdd("n", 10, TimeFirst)
aa=DateDiff("s",TimeFirst,TimeLast)
response.Write(TimeFirst&TimeLast&aa)
%>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?