摘要: 1、https://sunxiunan.com/ Promise.resolve(1) .then(v => Promise.resolve(v + 1)) .then(v => Promise.resolve(v + 3)) .then(v => console.log(`First: ${v}` 阅读全文
posted @ 2021-10-26 18:17 hjswlqd 阅读(25) 评论(0) 推荐(0)