not available to access list after returning the list in callback function twitter api

后端 未结 0 500
走了就别回头了
走了就别回头了 2020-12-07 12:28
function checker(err,data,respond){
if (err){
    console.log(err);
}
let url =[]
for(let tweet of data){
    let link = "https://mobile.twitter.com/" + tw         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题