DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> JavaScript入門知識 >> 關於JavaScript >> js獲取本機的外網/廣域網ip地址完整源碼
js獲取本機的外網/廣域網ip地址完整源碼
編輯:關於JavaScript     
完整源代碼:
復制代碼 代碼如下:
<!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>
<title>客戶端外網IP-</title>
</head>
<body>
您的IP地址是:<span id="keleyivisitorip"></span>
<script type="text/javascript" src="http://tool.keleyi.com/ip/visitoriphost/"></script>
</body>
</html>

效果如下:

您的IP地址是:114.235.53.54

也可到這裡查看效果:
http://tool.keleyi.com/ip/wodeip.htm

使用方法:

一、把這個 <span id="keleyivisitorip"></span> 放到源代碼中要顯示IP地址的位置

二、然後在源代碼的</body>前輸入:<script type="text/javascript" src="http://tool.keleyi.com/ip/visitoriphost/"></script>
XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved