摘要: 数组需要逐个发起请求 async function dbFuc(db) { let docs = [{}, {}, {}]; // 报错 docs.forEach(function (doc) { await db.post(doc); }); } async function dbFuc(db) 阅读全文
posted @ 2019-04-30 09:30 慕斯undefined 阅读(175) 评论(0) 推荐(0) 编辑