通過阿里云服務接口獲得ip地址詳細信息
Dim ip,datatype,token,url
Function BytesToBstr(strBody,CodeBase)
dim objStream
set objStream = Server.CreateObject("Adodb.Stream")
objStream.Type = 1
objStream.Mode =3
objStream.Open
objStream.Write strBody
objStream.Position = 0
objStream.Type = 2
objStream.Charset = CodeBase
BytesToBstr = objStream.ReadText
objStream.Close
set objStream = nothing
End Function
'Get內容
Function geturl_diy(url,d_biaoqian,xml2)
dim http
set http=server.createobject("Msxml2.ServerXMLHTTP")
http.open "GET",url,false
http.setRequestHeader "If-Modified-Since","0"
http.setRequestHeader "Authorization","APPCODE b2519882bc354febb205fdd660dd4fbf" '增加特別標識
http.send()
geturl_diy=http.responsetext
'GetURL=bytesToBSTR(http.responseBody,"gb2312")
geturl_diy=BytesToBstr(http.responseBody,"utf-8")
set http=nothing
End Function
ip_url = "https://api01.aliyun.venuscn.com/ip?ip=44.227.127.2" '阿里云用來解析IP信息的網址
strJson = geturl_diy(url,"ali_getip","")
'以下是獲得的內容
'{"data":{"ip":"44.227.127.2","long_ip":"753106690","isp":"Amazon","area":"","region_id":"","region":"","city_id":"","city":"波特蘭","country_id":"US","country":"美國"},"ret":200,"msg":"success","log_id":"4e00b3aeca8f4763ab26f0fbb6eee9d7"}
'測試演示使用的
'j_txtsrc = "iptest.txt"
'strJson = ReadFromTextFile(Server.MapPath(""& j_txtsrc &""),"utf-8")
Call InitScriptControl:Set objTest = getJSONObject(strJson)
if objTest.msg="success" then
guojia = objTest.data.country '國家
guojia_id = objTest.data.country_id '國家編號
shengfen = objTest.data.region '省份
chengshi = objTest.data.city '城市
diqu = objTest.data.area '地區
yunyingshang = objTest.data.isp 'isp
end if
Response.Write objTest.msg & "___<br>"
Response.Write strJson & "___<br>"
Response.Write guojia & "___<br>"
Response.Write guojia_id & "___<br>"
Response.Write shengfen & "___<br>"
Response.Write chengshi & "___<br>"
Response.Write diqu & "___<br>"
Response.Write yunyingshang & "___<br>"
response.end
- 相關閱讀
- 26件網站推廣網頁優化必須的事情
- 怎樣增加網站外鏈接和注意事項
- uni-app基礎知識列表渲染
- 利用background-color:#000000a8在背景顏色16進制代碼之后加字母加上數字讓背景色透明
- 超級實用且不花哨的js代碼大全( 3 )
- macromedia dreamweaver 平均分布單表格寬度與高度mxp插件下載
- 成都中國青年旅行社開心旅游網
- 利用DIV+CSS制作右下角彈出留言板
- 共有0條關于《通過阿里云服務接口獲得ip地址詳細信息》的評論
- 發表評論
您發布的評論即表示同意遵守以下條款:
一、不得利用本站危害國家安全、泄露國家秘密,不得侵犯國家、社會、集體和公民的合法權益;
二、不得發布國家法律、法規明令禁止的內容;互相尊重,對自己在本站的言論和行為負責;
三、本站對您所發布內容擁有處置權。
- 更多>>同類信息
- ASP中Utf-8與Gb2312編碼轉換亂碼問題的解決方法頁面編碼聲明
- asp顯示隨機密碼
- 通過阿里云服務接口獲得ip地址詳細信息
- iis點開后任務欄上有顯示,但是窗口看不到的解決辦法
- RSA加密解密插件
- 微軟Encoder加密解密函數