Promise 基本使用通过构造函数声明,传入一个回调函数,并且被立即执行, 这个回调函数被称为 executor, executor 接受两个回调函数const promise = new Promise((resolve, reject) => { console.log("