我能够从API提取数据,并且如果有多个页面,我可以循环浏览多个数据页面。但是,为了加快速度,我想尝试一次检索多个页面。
但是我无法使此代码正常工作。
{
"name":"My Awesome Package"
}
},
答案 0 :(得分:0)
GL_FLOAT
在本节中, then(response => {
data = response.json()
},
response => {
allResults = allResults.concat(response.results)
}
仅作为错误处理回调(相当于allResults = allResults.concat(response.results)
)触发。那是你打算的吗?
`