2019年2月21日
摘要: let send = (item) => Promise.resolve(`此时参数是:(${item})`) async function init(){ const arr = [1,2,3,4,5] let res = 0 await arr.forEach(item=>{ send(item).then(e=>{ cons... 阅读全文
posted @ 2019-02-21 18:09 前端入门菜鸟 阅读(291) 评论(0) 推荐(0) 编辑