var p = new Promise(function executor(resolve, reject) { console.log(1); ... 直接复制放到chrome 控制台查看结果状态 resolved ,如果在es6-promise 的源码中输出 ...
確定! 回上一頁