jquery完成通過(guò)ip取得地址
發(fā)表時(shí)間:2024-05-08 來(lái)源:明輝站整理相關(guān)軟件相關(guān)文章人氣:
[摘要]一個(gè)用jquery實(shí)現(xiàn)的簡(jiǎn)單的通過(guò)用戶ip獲取地址的小應(yīng)用,免費(fèi)提供源碼~~代碼:<!DOCTYPE html><html><head><meta charset="UTF-8"><title>PHP中文網(wǎng)</t...
一個(gè)用
jquery實(shí)現(xiàn)的簡(jiǎn)單的通過(guò)用戶ip
獲取地址的小應(yīng)用,免費(fèi)提供
源碼~~
代碼:
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>PHP中文網(wǎng)</title>
</head>
<body>
<p></p>
<script src="http://www.jq22.com/jquery/jquery-2.1.1.js"></script>
<script type="text/javascript">
$.getScript('http://int.dpool.sina.com.cn/iplookup/iplookup.php?format=js', function(_result) {
if (remote_ip_info.ret == '1') {
$("p").text('國(guó)家:' + remote_ip_info.country +'\n'+'省:' + remote_ip_info.province +'\n'+'市:' + remote_ip_info.city +'\n'+'區(qū):' + remote_ip_info.district + +'\n'+'ISP:' + remote_ip_info.isp +'\n'+'類型:' + remote_ip_info.type + +'\n'+'其他:' + remote_ip_info.desc);
} else {
alert('沒(méi)有找到匹配的IP地址信息!')
}
});
</script>
</script>
</body>
</html>
免費(fèi)拿去研究吧!更多好的源碼盡在PHP中文網(wǎng),關(guān)注我們給你好看哦~
相關(guān)推薦:
css 、jquery實(shí)現(xiàn)3d立體旋轉(zhuǎn)
jquery實(shí)現(xiàn)手勢(shì)解鎖源碼
原生js實(shí)現(xiàn)可移動(dòng)的提示div框源碼
以上就是jquery實(shí)現(xiàn)通過(guò)ip獲取地址的詳細(xì)內(nèi)容,更多請(qǐng)關(guān)注php中文網(wǎng)其它相關(guān)文章!
網(wǎng)站建設(shè)是一個(gè)廣義的術(shù)語(yǔ),涵蓋了許多不同的技能和學(xué)科中所使用的生產(chǎn)和維護(hù)的網(wǎng)站。