根据我在检查代码时看到的错误,它必须是这种http格式,所以我不能改变它。我试图弄清楚如何控制整个api文档的记录。
var xhr = new XMLHttpRequest();
xhr.open("GET", "https://api.openweathermap.org/data/2.5/weather?zip=92407,us&appid=MY KEY GOES HERE YES I KNOW I HAVE TO ADD THE KEY", false);
xhr.send();
console.log(xhr.statusText);
答案 0 :(得分:0)
我假设你需要安装API响应。为此,您必须使用 readystatechange 方法。尝试使用此代码段
range()