1 Star 0 Fork 0

angcyo / angcyo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ip.html 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
angcyo 提交于 2024-03-06 09:46 . + ip html
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<title>IP</title>
</head>
<body>
<div>
<ul>
<li><a href="https://adguard-vpn.com/zh_cn/what-is-my-ip.html">Adguard VPN - 什么是我的 IP 地址</a></li>
<li><a href="https://ip.sb/">IP.SB</a></li>
<li><a href="https://ip138.com/">iP138 - iP地址归属地查询</a></li>
<li><a href="https://nordvpn.com/zh/ip-lookup/">NordVPN - IP 地址查询</a></li>
<li><a href="https://whoer.net/zh">Whoer - 我的IP</a></li>
<li><a href="https://update.cz88.net/">IPv4地址查询工具(纯真版)</a></li>
<li><a href="https://ip.zxinc.org/ipquery/">IPv6地址查询工具</a></li>
</ul>
<p><span>正在跳转,请稍后...</span></p>
</div>
<script>
/*let ip = '';
fetch('https://api.ip.sb/ip').then((response) => {
return response.text();
}).then((data) => {
ip = data;
window.location.href = 'https://ip.sb/ip/' + ip;
});*/
/*3秒后跳转*/
setTimeout(function () {
window.location.href = 'https://adguard-vpn.com/zh_cn/what-is-my-ip.html';
}, 3000);
</script>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/angcyo/angcyo.git
git@gitee.com:angcyo/angcyo.git
angcyo
angcyo
angcyo
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891