最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
asp 抓取alexa 网站世界排名代码
时间:2022-07-02 23:06:06 编辑:袖梨 来源:一聚教程网
抓取alexa 网站世界排名代码
function Alexa(AlexaURL)
on error resume next
dim getsms,getstr,url
dim star,endd
url="
getsms=getHTTPPage(url)
if getsms"" then
star=instr(getsms,"
getstr=mid(getsms,star,endd-star-4)
else
getstr="无排名"
end if
if IsNumeric(getstr)=false then getstr="无排名"
Alexa=getstr
end function
function getHTTPPage(url)
on error resume next
dim http
set http=Server.createobject("Microsoft.XMLHTTP")
Http.open "GET",url,false
Http.send()
if Http.readystate4 then
getHTTPPage=""
exit function
end if
getHTTPPage=bytes2BSTR(Http.responseBody)
set http=nothing
if err.number0 then err.Clear
end function
Function bytes2BSTR(vIn)
dim strReturn
dim i1,ThisCharCode,NextCharCode
strReturn = ""
For i1 = 1 To LenB(vIn)
ThisCharCode = AscB(MidB(vIn,i1,1))
If ThisCharCode
strReturn = strReturn & Chr(ThisCharCode)
Else
NextCharCode = AscB(MidB(vIn,i1+1,1))
strReturn = strReturn & Chr(CLng(ThisCharCode) * &H100 + CInt(NextCharCode))
i1 = i1 + 1
End If
Next
bytes2BSTR = strReturn
Err.Clear
End Function
相关文章
- 三国天下归心护卫点杀队玩法详解 07-30
- DOTA2 7.38版本伐木机改动内容详析 07-30
- 崩坏星穹铁道光锥直到明天的明天是什么属性 07-30
- 明日方舟终末地汤汤最强队伍搭配方法 07-30
- 城门血战 全新策略肉鸽塔防游戏试玩 07-30
- 城门血战:肉鸽塔防新体验 07-30