首页 | 站长免费中心 | 新手上路 | 网站运营 | 网页制作 | 图片设计 | 动画设计 | 网页编程 | 网页特效 | 本站专题 | 虚拟主机 | 域名注册 | 网站建设 | 程序下载
       免费空间资源 | 新闻咨询 | 免费域名 | 免费网盘 | 网站推广 | 网站策划 | 建站经验 | 网站优化 | 网页代码 | 源码下载 | 音乐小偷 | 网络赚钱 | 论坛交流
网站建设
网站建设
虚拟主机
虚拟主机
域名注册
域名注册
711网络首页
站长工具
站长工具
网站源码
网站源码
站长论坛
站长论坛

 711网络 网页制作Javascript/Ajax

有道手机归属地、邮政编码查询等API 实例

来源: 互联网    日期:2013-7-6
 

Tc711Com提示:亲测可用. 有道是一个好公司,提供了好几个非常好的免费API,这里介绍:IP地址查询、手机号码归属地查询、身份证查询、邮编、区号、城市名查询。这几个接口都是以URL GET方式提交参数,以XML的形式返回查询结  

 

这几个接口都是以URL GET方式提交参数,以XML的形式返回查询结果

查询IP地址
http://www.youdao.com/smartresult-xml/search.s?type=ip&q=IP地址

举例:http://www.youdao.com/smartresul ... amp;q=123.233.157.9

返回:

<?xml version="1.0" encoding="gbk"?>
<smartresult>
<product type="ip">
<ip>123.233.157.9</ip>
<location>山东省济南市 网通</location>
</product>
</smartresult>

查询手机号码归属地:
http://www.yodao.com/smartresult-xml/search.s?type=mobile&q=手机号

举例:http://www.yodao.com/smartresult ... e&q=13892101111

返回:

<?xml version="1.0" encoding="gbk"?>
<smartresult>
<product type="mobile">
<phonenum>13892101111</phonenum>
<location>陕西 延安</location>
</product>
</smartresult>

查询身份证信息
http://www.yodao.com/smartresult-xml/search.s?type=id&q=身份证号码

举例:http://www.youdao.com/smartresul ... =370782196402121133

返回:
<?xml version="1.0" encoding="gbk"?>
<smartresult>
<product type="identitycard">
<code>370782196402121133</code>
<location>山东省潍坊市诸城市</location>
<birthday>19640212</birthday>
<gender>m</gender>
</product>
</smartresult>

邮编、区号、城市名查询城市信息:
http://www.yodao.com/smartresult-xml/search.s?type=zip&q=邮编或区号或城市名

举例:http://www.youdao.com/smartresult-xml/search.s?type=zip&q=武汉
注:此时从输入框获取城市名需要:java.net.URLEncoder.encode(cityName,"UTF-8");当为汉字的时候不处理直接访问会得不到数据。

返回:
<?xml version="1.0" encoding="gbk"?>  
<smartresult>  
<product type="zipcode">  
<province>湖北省</province>  
<city>武汉市</city>  
<location>湖北省 武汉市</location>  
<phone>027</phone>  
<zipcode>430000</zipcode>  
</product>  
</smartresult>

举例:http://www.youdao.com/smartresult-xml/search.s?type=zip&q=021

返回:
<?xml version="1.0" encoding="gbk"?>  
<smartresult>  
<product type="zipcode">  
<province></province>  
<city>上海市</city>  
<location>上海市</location>  
<phone>021</phone>  
<zipcode>200000</zipcode>  
</product>  
</smartresult>

 


<script src="http://libs.baidu.com/jquery/1.9.0/jquery.js"></script>
                区号查询城市: <script>
                        function updateCall(var1, var2, var3){
                                $("#info").html(var2.location);
                        }
                        function showInfo(zip){
                                $.getScript("http://www.youdao.com/smartresult-xml/search.s?&jsFlag=true&type=zip&q=" + zip);
                        }
                </script>
       
                <input name="n" type="text" id="txt">
                <input type="button" value="查询" onclick="showInfo(txt.value)">
                <div id="info"/></div>



        
<script src="http://libs.baidu.com/jquery/1.9.0/jquery.js"></script>
                查询IP归属地: <script>
                        function updateCall(var1, var2, var3){
                                $("#info2").html(var2.location);
                        }
                        function showInfo2(zip){
                                $.getScript("http://www.youdao.com/smartresult-xml/search.s?&jsFlag=true&type=ip&q=" + zip);
                        }
                </script>           
       
                <input name="n" type="text" id="txt2">
                <input type="button" value="查询" onclick="showInfo2(txt2.value)">
                <div id="info2"/></div>



更多的有道手机归属地、邮政编码查询等API 实例请到论坛查看: http://BBS.TC711.COM



【 双击滚屏 】 【 评论 】 【 收藏 】 【 打印 】 【 关闭 】 来源: 互联网    日期:2013-7-6   

发 表 评 论
查看评论

  您的大名:
  • 尊重网上道德,遵守中华人民共和国的各项有关法律法规
  • 承担一切因您的行为而直接或间接导致的民事或刑事法律责任
  • 本站管理人员有权保留或删除其管辖留言中的任意内容
  • 本站有权在网站内转载或引用您的评论
  • 参与本评论即表明您已经阅读并接受上述条款
认证编码: 刷新验证码
点评内容: 字数0
  精品推荐  
  本月推荐  
  友情赞助  

关于我们 | 联系我们 | 广告投放 | 留言反馈 | 免费程序 | 虚拟主机 | 网站建设 |  网站推广 |  google_sitemap baidu_sitemap RSS订阅
本站所有资源均来自互联网,如有侵犯您的版权或其他问题,请通知管理员,我们会在最短的时间回复您
Copyright © 2005-2015 Tc711.Com All Rights Reserved 版权所有·711网络   蜀ICP备05021915号
110网监备案 信息产业备案 不良信息举报