Use Tencent's ip address library for ip address location

Source: Internet
Author: User

Call:
Copy codeThe Code is as follows:
<Script type = text/javascript src = http://fw.qq.com/ipaddress charset = "gb2312"> </script>
<Script type = text/javascript>
Document. write (IPData. join (''));
</Script>

The result is as follows:
202.105.128.73 Shenzhen City, Guangdong Province
If the ip address is not used as long as the region, the call is:
Copy codeThe Code is as follows:
<Script type = text/javascript src = http://fw.qq.com/ipaddress> </script>
<Script type = text/javascript>
Document. write
(IPData [2]); document. write (IPData [3]);
</Script>

The result is as follows:
Shenzhen City, Guangdong Province
The above Code also has a skill: UTF-8 page reference external code for gbk js file encoding Processing
Bytes. The charset setting introduces garbled JavaScript files encoded as gbk in the UTF-8 page. And there is no need for additional Write Functions to handle GBK to UTF-8 encoding, also for GBK page reference encoding for UTF-8 encoding JavaScript files if garbled problem occurs.

Source: http://shanyou.cnblogs.com/

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.