标签:ipaddr col json const syn console bin async http
async function getIPAddress () { const url = ‘https://httpbin.org/ip‘ const req = await fetch(url) const json = await req.json() const data = await json.origin console.log(data) } getIPAddress()
标签:ipaddr col json const syn console bin async http
原文地址:https://www.cnblogs.com/ronle/p/11217893.html