gethttppage 相关的软件列表

首页

asp伪静态情况下实现的utf-8文件缓存实现代码

2020-02-16 标签:asp,静态,情况下,实现,utf,文件,缓存,代码,如下,language,vbscript,codepage,65001,response,charset,程序,通过,使用

实现代码如下: TimeDelay Then'超过 List=getHTTPPage(GetUrl()) WriteFile(FileName) Else List=ReadFile(FileName) End If Set FSO = nothing Response.Write(List)

首页

vbs 搜索代理地址实现代码[小偷程序]

2020-02-16 标签:vbs,搜索,代理地,实现,代码,小偷,程序,如下,输入,url,目标,网页,地址,返回,gethttppage,html,function

实现代码如下:'1、输入url目标网页地址,返回值getHTTPPage是目标网页的html代码 function getHTTPPage(url) dim Http set Http=CreateObject("MSXML2.XMLHTTP") Http.open "GET",url,false

首页

vbs版IP地理位置查询小偷

2020-02-16 标签:vbs,ip,地理位置,查询,小偷,msg,输入,你要,域名,inputbox,127,url,http,www,cn,q

msg="请输入你要查询的IP或域名:"IP=Inputbox(msg,"IP地理位置查询小偷") If IP = "" Then IP = "127.0.0.1" url = "http://www.ip.cn/?q="& IP &"" Body = getHTTPPage(url

首页

风讯注入exp(hta版)代码发布

2020-02-16 标签:注入,exp,hta,代码,发布,script,language,vbscript,sub,window,onload,resizeto,450,380,moveto,300,end

Sub Window_onLoadwindow.resizeTo 450,380window.moveTo 300, 300 End Sub Function getHTTPPage(Path)t = GetBody(Path)getHTTPPage = BytesToBstr(t, "GB23

首页

asp alexa查询小偷程序

2020-02-16 标签:asp,alexa,查询,小偷,程序,支持,原创,保留,该处,注释,谢谢,作者,获取,域名,function

0 thentempurl=left(tempurl,instr(tempurl,"/")-1)end IfgetDomainurl=tempurl End Function Function GetHttpPage(HttpUrl)If IsNull(HttpUrl)=True Or Len(Ht

首页

XMLHttp ASP远程获取网页内容代码

2020-02-16 标签:xmlhttp,asp,远程,获取,网页,内容,代码,实现,如下,url,http,www,csdn,n,et,wstr,gethttppage,start,newstring,资源

实现代码如下:url="http://www.csdn.net/" wstr=getHTTPPage(url) start=Newstring(wstr,"资源精选") over=Newstring(wstr,"") body=mid(wstr,200,500) response.write bod