摘要: 获取ip 地址 fetch('https://api.ipify.org?format=json') .then(response => response.json()) .then(json => console.log(json.ip) ) 获取 当前城市信息 var xhttp = new X 阅读全文
posted @ 2024-05-23 16:17 cielw 阅读(913) 评论(0) 推荐(0)