这是我的代码:
if(data.error) {
msg1.textContent=data.error
}
else {
msg1.textContent=data.location
msg2.textContent=data.forecast
console.log(data.forecast)
}
})
但是,我没有得到msg2. 它显示[object Object]。console.log(data.forecast)但与显示以下内容时相同:
.
如何在data[0]
ie 中显示值。多云
largeQ
相关分类