exitsys.asp
来自「这是我在大三的《asp程序设计教程》的课程设计」· ASP 代码 · 共 27 行
ASP
27 行
<html>
<head>
<link rel="stylesheet" href="common.css" type="text/css">
<%
Session.abandon
%>
<h2>欢迎下次光临同学通讯录</h2>
</head>
<body>
<form id="form1">
<div>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<table align=center>
<tr>
<td style="width: 100px">
<img src="images/Thankyou.gif" /></td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?