📄 index.asp
字号:
<%@LANGUAGE="VBSCRIPT"%>
<!--#include file="Config.asp" --><%
'*****************************
'Powerd by Cangsan
'Don't copy! Do it youself!
'http://fxcw.5d6d.com
'Email:saz2008@yahoo.cn
'2008-08-30 GuangZhou
'*****************************
Set LogObject=Server.CreateObject("Scripting.FileSystemObject")
Set TFile=LogObject.OpenTextFile(File)
LastTime=TFile.ReadALL
TFile.Close
If (Time-LastTime) < Uptime then
Response.end
Else
Server.Execute("Sera.dll")
End if %>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -