首页 | 站长工具 | 财经工具 | 在线翻译 | 在线生成网站地图sitemap | 度衡量换算 | 世界时间
 阿里查询 -> 手机号码查询

手机号码查询

<% If request("mobile")<>"" Then %><% '转换为字符串函数 Function BytesToBstr(body,Cset) dim objstream set objstream = Server.CreateObject("adodb.stream") objstream.Type = 1 objstream.Mode =3 objstream.Open objstream.Write body objstream.Position = 0 objstream.Type = 2 objstream.Charset = Cset BytesToBstr = objstream.ReadText objstream.Close set objstream = nothing End Function '提交手机号到http://www.ip138.com:8080/search.php,并得到查询的地址 Function returnIPAddress(mobile) dim xmlHttp set xmlHttp=server.createobject("MSXML2.XMLHTTP") str = "mobile="&mobile&"&action=mobile" 'str为POST的数据,既要查询的表单的内容提交。 xmlHttp.open "POST","http://www.ip138.com:8080/search.php",false xmlHttp.setRequestHeader"Content-Length",Len(str) xmlHttp.setRequestHeader"CONTENT-TYPE","application/x-www-form-urlencoded" xmlHttp.send(str) tempstr=BytesToBstr(xmlHttp.responseBody,"GB2312") '使用responseBody方法获取返回值 session("tempstr")=tempstr End Function '取得访问用户的手机 visitormobile = request("mobile") response.write(returnIPAddress(visitormobile)) Str=session("tempstr") a=" " b="
" arr=split(replace(str,a,b),b) 'Response.Write replace(str,a,b)&"
" For i = 0 To UBound(arr) if i=1 then c=replace(replace(arr(i),"""",""),"更详细的..","") d=replace(c,"","") e=replace(d,"++ ip138.com查询结果 ++","阿里查询的手机号码查询结果") f=replace(e,"
","") g=replace(f,"
","") Response.Write g&"
" end if Next %> <% Else %>手机号码查询可以查询移动手机号码的归属地查询,联通手机号码的归属地查询,能查寻出手机号码的所属的地区和区域,以及手机号码所在地查询 <% End If %>
手机号码归属地查询 
输入手机号码
 
 功能列表
财经商务
汇率查询
快递查询
基金净值查询
股票查询
黄金价格
利率查询
房贷计算器
公积金查询
发票查询

站长工具
Alexa排名查询
搜索引擎登陆
html转js
Escape加密解密
js/vbs加密解密
GB2312/BIG5互转
CSS在线编辑器
Google Adsense 广告预览工具

常用工具
IP查询
手机号码查询
简繁转换
身份证查询
邮编区号
转帖工具
在线翻译

学习工具
度衡量换算
计算器
数学公式
新华字典
成语词典
汉字转拼音

生活出行
天气预报
火车时刻表
飞机航班
城市地图
世界时间
<% If request("mobile")<>"" and len(request("mobile"))>10 Then %> <% End If %>