📄 config.asp
字号:
<%
'配置统计参数
const cache_prefix="Tot_Stat" '缓存前缀名
const cachetime=50 '缓存时间 单位(秒)
const statpage=true '是否统计页面访问点击数
const statfrom=true '是否统计来路
const statip=true '是否统计IP
const statkeyword=true '是否统计关键词
const statonlineuser=true '是否统计在线用户
const onlineusertime=600 '在线用户统计的有效时间 单位(秒)
const onlineuseraborttime=10 '每隔多少秒清除无效的在线用户
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -