📅  最后修改于: 2022-03-11 15:02:03.600000             🧑  作者: Mango
fetch("https://worldtimeapi.org/api/ip")
.then(response => response.json())
.then(data => console.log(data.timezone,data.datetime,data.dst));