⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.asp

📁 文章管理系统,生成静态网页 .
💻 ASP
字号:
<%
Response.Expires = 0
thesoft=Request.ServerVariables("HTTP_USER_AGENT")
thesoft2=lcase(thesoft)

vpage="http://"&Request.ServerVariables("HTTP_HOST")
if instr(vpage,"213cn.com")<>0 then
	if instr(thesoft2,"googlebot")<>0 then
		Response.Status="301 Moved Permanently"
		Response.AddHeader "Location", "http://www.google.com"
	else
		Response.Status="301 Moved Permanently"
		Response.AddHeader "Location", "default.asp"
	end if
else
	Response.Status="301 Moved Permanently"
	Response.AddHeader "Location", "default.asp"
end if
%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -