index.asp

来自「7k书城小偷程序。。。。。。。。。。。。。。。。。。。。。」· ASP 代码 · 共 30 行

ASP
30
字号
<!--#include file="conn.asp"-->
激情开放|<% 
Dim Url,Html,start,over,body,wap,wstr,str

Url="http://61.145.124.12/photo/"
wstr=getHTTPPage(url)
start=Instr(wstr,"【")
over=Instr(wstr,"【写真搜索】")

body=mid(wstr,start,over-start)
'------------------------------------------------
body = replace(body,"<p align=""left"">","")
body = replace(body,"<p align=""center"">","")
body = replace(body,"</p>","")
body = replace(body,"<p>","")
body = replace(body,"upload/","http://61.145.124.12/photo/upload/")
body = replace(body,"aspx","asp")
body = replace(body,"【","")
body = replace(body,"】","")
body = replace(body,"","")
'--------------------------------------------------
Response.write body
%>

<!--#include file="footer.asp"--> 




⌨️ 快捷键说明

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