主頁 > 知識庫 > XMLHTTP抓取遠程數(shù)據(jù)的后期處理

XMLHTTP抓取遠程數(shù)據(jù)的后期處理

熱門標簽:個人可以辦理400電話么 武夷山旅游地圖標注 萊西電子地圖標注 修改地圖標注 鳳臺百度地圖標注店 怎么在地圖標注自己 金昌電話機器人價格 縣域地圖標注打印店 外呼系統(tǒng)API接口

hehe = Hello("http://mmsg.qq.com/cgi-bin/gddylist?Type=13Sort=1Page=3", "html>", "/html>", ".*(td width=""35%"" bgcolor=""#[\dABCDE]{6}"">(.*)/td>)[.\n]*", "font style=""font-size:9pt;"" color=blue>$2/font>br>") 
response.Write hehe 

Function Hello(strUrl, strStart, strEnd, patrn, replStr) 
Str = GetBody(strUrl) 
Str = MyMid(Str, strStart, strEnd) 
Str = ReplaceTest(patrn, replStr, Str) 
Hello = Str 
End Function 

Function MyMid(Str, strstart, strend) 
If strstart = "" Then 
i = 0 
Else 
i = InStr(Str, strstart) 
End If 
If strend = "" Then 
j = Len(Str) 
Else 
j = InStr(i, Str, strend) 
End If 
MyMid = Mid(Str, i, j - i + 1) 
End Function 

Function ReplaceTest(patrn, replStr, str1) 
Dim regEx, match, matches 
Set regEx = New RegExp 
regEx.Pattern = patrn 
regEx.IgnoreCase = True 
regEx.Global = True 
Set matches = regEx.Execute(str1) 
For Each match in matches 
ReplaceTest = ReplaceTestregEx.Replace(Match.Value, replStr) 
Next 
End Function 

Function GetBody(Url) 
Set objXML = createObject("Microsoft.XMLHTTP") 
With objXML 
.Open "Get", Url, False, "", "" 
.SEnd 
GetBody = .ResponseBody 
End With 
GetBody = BytesToBstr(GetBody, "GB2312") 
Set objXML = Nothing 
End Function 

Function BytesToBstr(strBody, CodeBase) 
Set objStream = Server.createObject("Adodb.Stream") 
With objStream 
.Type = 1 
.Mode = 3 
.Open 
.Write strBody 
.Position = 0 
.Type = 2 
.Charset = CodeBase 
BytesToBstr = .ReadText 
.Close 
End With 
Set objStream = Nothing 
End Function 
%> 
其他調(diào)用示例: 
hehe = Hello("http://list.mp3.baidu.com/song/A.htm", "table width=""90%"" border=""0"" align=""center"" cellpadding=""3"" cellspacing=""0"" bgcolor=""#f5f5f5"" >", "DIV align=center>", ".*(td width=""20%"">a href="".*\.htm"" target=_blank>)(.*)(/a>/td>)[.\n]*", "font style=""font-size:9pt;"" color=blue>$2/font>br>")

標簽:通遼 南京 楚雄 上海 赤峰 涼山 邢臺 清遠

巨人網(wǎng)絡(luò)通訊聲明:本文標題《XMLHTTP抓取遠程數(shù)據(jù)的后期處理》,本文關(guān)鍵詞  XMLHTTP,抓取,遠程,數(shù)據(jù),的,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《XMLHTTP抓取遠程數(shù)據(jù)的后期處理》相關(guān)的同類信息!
  • 本頁收集關(guān)于XMLHTTP抓取遠程數(shù)據(jù)的后期處理的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章