jq中查询IP地址

Posted 风的味道

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了jq中查询IP地址相关的知识,希望对你有一定的参考价值。

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0,maximum-scale=1.0,user-scalable=no">
<title>Title</title>
</head>
<body>
您当前的IP地址为<p></p>
</body>
<script src="jquery-1.11.3.js"></script>
<script>
var url = ‘http://chaxun.1616.net/s.php?type=ip&output=json&callback=?&_=‘ + Math.random();
$.getJSON(url, function(data) {
document.querySelector(‘p‘).innerHTML=data.Ip;
});
</script>
</html>

以上是关于jq中查询IP地址的主要内容,如果未能解决你的问题,请参考以下文章

如何通过mac地址查询ip

如何查询局域网内在用的IP地址?

ip地址怎么查 三种方法教你轻松查询

怎么查询本地ip地址

java如何查询本机ip地址和mac地址

本地IP和公网IP是啥,怎么查询