08 2012年08月

根据IP地址获取所在城市(新浪API)

发布于:15时54分 | 来源:湛蓝天空  |   编辑:湛蓝  |   日志分类:JavaScript  |   已聚集:人围观
  根据IP地址获取所在城市(新浪API)相关代码:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>新浪API_湛蓝天空</title>
<script src="http://int.dpool.sina.com.cn/iplookup/iplookup.php?format=js" type="text/ecmascript"></script>
<script type="text/javascript">
        alert("您当前所在地:"+remote_ip_info["country"]+ ' '+remote_ip_info["province"] + "省" + ' ' + remote_ip_info["city"] + "市"+" "+ remote_ip_info["isp"]);
</script>
</head>
<body>
 
</body>
</html>

除非注明,均为湛蓝天空原创,转载请注明本文网址:http://skyhome.cn/js/171.html

标签:IP获取城市(1)新浪API(1)
评论列表(网友评论仅供网友表达个人看法,并不表明本站同意其观点或证实其描述)