downjpeg.asp

来自「这个程序是FTP里有什么就显示什么」· ASP 代码 · 共 25 行

ASP
25
字号
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<% Response.ContentType="text/vnd.wap.wml" %><?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<head><meta http-equiv='Cache-Control' content='no-cache'/>
</head>
<card title='自定义下载'>
<p>
对不起,免费版不提供此此功能
<br/><a href="sj2.asp?url=<%ContentStrsjback(request("url"))%>&amp;n=<%=request("n")%>">返回上级</a>
<br/><a href="index.asp">返回首页</a>
</p>
</card>
<%
function ContentStrsjback(q_path)
dim constr
constr=split(q_path,"/")
For j=0 to (ubound(ConStr)-2)
response.write Server.URLEncode(ConStr(j)) &"/"
next
response.write Server.URLEncode(ConStr((ubound(ConStr)-1)))

end function
%>
</wml>

⌨️ 快捷键说明

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