bottom.asp

来自「XMAIL相关工具」· ASP 代码 · 共 18 行

ASP
18
字号
<%
on error resume next
if session("Login")="AdminLogin" then
	set xmailadmin=nothing
else

	xmail.quit
	set xmail=nothing

end if
%>
<center>
<hr width="60%" color=red><br>
<font color=blue>Write By Zhou Bo,China <br>Thanks for using</font>
</center>
</body>
</html>

⌨️ 快捷键说明

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