📄 config.asp
字号:
<%
'站点参数设置
const conWebSiteName = "后台管理系统系统" '站点的名称
const conTitleColor = "rgb(210,232,255)" '标题背景
const conBackColor = "#ffffff" '内容背景
const conGlobalBgColor = "#d7d7d7" '大局背景
const conBigImagewWidth = 150 '大图的宽度
const conBigImageHeight = 150 '大图的高度
const conSmallImagewWidth = 60 '小图的宽度
const conSmallImageHeight = 75 '小图的高度
const conPopWidth = 530 '弹出窗口宽度
const conPopHeight = 300 '弹出窗口高度
const conMaxPerPage = 10 '每页最大显示数
Session("oldUrl") = "./"
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -