How to create a loop of get calls (axios) through a list and return the answer of all

前端 未结 0 958
梦如初夏
梦如初夏 2021-01-28 03:44

How to create a loop of get calls through a list and return the answer of all.

const axios = require(\'axios\');
const id = [\'234\',\'9887\']
axios.get(`https://         


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