📄 stat.asp
字号:
<%
if PageName="index.asp" then TilteName="首页"
if PageName="sort.asp" then TilteName="<a href=index.asp>首页</a>-->"&classname&"分类"
if PageName="typesort.asp" then TilteName="<a href=index.asp>首页</a>-->分类检索:"&request("area")&""&request("author")&""&request("Nkey")
if PageName="search.asp" then TilteName="<a href=index.asp>首页</a>-->作品搜索"
if PageName="advsearch.asp" then TilteName="<a href=index.asp>首页</a>-->作品高级搜索"
if PageName="resultsearch.asp" then TilteName="<a href=index.asp>首页</a>-->作品高级搜索结果"
if PageName="authorlist.asp" then TilteName="<a href=index.asp>首页</a>--><a href=authorsort.asp>作者列表</a>-->作者信息"
if PageName="authorsort.asp" then TilteName="<a href=index.asp>首页</a>-->作者列表"
if PageName="newslist.asp?typeid=1" then TilteName="<a href=index.asp>首页</a>-->相关新闻"
if PageName="newslist.asp?typeid=2" then TilteName="<a href=index.asp>首页</a>-->知识介绍"
if PageName="newslist.asp?typeid=3" then TilteName="<a href=index.asp>首页</a>-->站务公告"
if PageName="newsshow.asp?typeid=1" then TilteName="<a href=index.asp>首页</a>--><a href=newslist.asp?typeid=1>相关新闻</a>-->浏览新闻"
if PageName="newsshow.asp?typeid=2" then TilteName="<a href=index.asp>首页</a>--><a href=newslist.asp?typeid=2>知识介绍</a>-->浏览介绍"
if PageName="newsshow.asp?typeid=3" then TilteName="<a href=index.asp>首页</a>--><a href=newslist.asp?typeid=3>站务公告</a>-->浏览公告"
if PageName="collect.asp?collect=best" then TilteName="<a href=index.asp>首页</a>-->精品收藏"
if PageName="collect.asp?collect=myself" then TilteName="<a href=index.asp>首页</a>-->我的收藏"
if PageName="sendmail.asp" then TilteName="<a href=index.asp>首页</a>-->打包作品发送"
if PageName="piclist.asp" then TilteName="<a href=index.asp>首页</a>--><a href=sort.asp?classid="&request("classid")&">"&classname&"</a>-->预览"
if PageName="stamplist.asp" then TilteName="<a href=index.asp>首页</a>--><a href=sort.asp?classid="&request("classid")&">"&classname&"</a>-->预览"
response.write "目前位置:"&TilteName
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -