📄 admin_collected.asp
字号:
<!--#include file="setup.asp" -->
<!--#include file="check.asp"-->
<!--#include file="include/collection.asp"-->
<%
Server.ScriptTimeout = 99999
Dim NewCloud
Set NewCloud = New Collection_Cls
NewCloud.DataPath = ChkMapPath(DBPath)
NewCloud.Timeout = "1000"
NewCloud.ChannelPath = Newasp.InstallDir & Newasp.ChannelDir
NewCloud.SoftCollect
Set NewCloud = Nothing
CloseConn
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -