摘要: index.js const arr = [ new Promise(()=>{}), new Promise(()=>{}) ]; arr.map(item => { console.log(item); }) index.html <!DOCTYPE html> <html lang="en"> 阅读全文
posted @ 2019-04-26 07:02 wzndkj 阅读(2420) 评论(0) 推荐(2) 编辑