const.asp
来自「生活者姿态整站程序 生活者姿态整站程序 生活者姿态整站程序」· ASP 代码 · 共 15 行
ASP
15 行
<%
Rem ----------系统定义---------
const HostUrl="http://www.intohz.com" '地址
const HostName="生活者姿态" '名称
const Webmaster="生活者" '管理员名
const WebmasterEmail="jeh@intohz.com" '管理员Email
const MaxPerPage=9 '每页显示程序最大数量
Const ScriptTimeOut = 300 '服务器ASP脚本超时时间值,建议不要使用
const makejs=0 '是否自动生成更新js文件,必须有Fso支持,请确认,默认为否
const downdir="\softdown\" '指定上传目录,相对于download目录,必须安装lyfupload组件,必须有Fso支持
const jsdir="\softdown\news.js" '指定生成js文件路径
const downdir1="http://www.intohz.com/softdown/soft" '虚拟目录
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?