📄 config.asp
字号:
<%
option explicit
response.buffer=true
public sitename,menuid,title
public isfirstview_msgstr
public clientip
public opendb '是否打开数据库,功能暂时没有发布
const systempath ="/test/" '如“/search/”
const mail_fromname = "玫瑰情缘(dfsh)"
const webmaster_email = "774338@qq.com"
const cookiename = "dfsh"
dim crlf : crlf = chr(13) & chr(10)
sitename="玫瑰情缘(dfsh)"
clientip=request.servervariables("remote_addr")
if request.cookies(cookiename&"isfirstview_sethome") = "" then
response.cookies(cookiename&"isfirstview_sethome") = cstr(now())
response.cookies(cookiename&"isfirstview_sethome").expires = date + 30
isfirstview_msgstr = " onunload=""sethome();"""
end if
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -