var p3 = new Promise((resolve, reject) => {setTimeout(resolve, 100, 'foo');});
p3返回的是一个promise对象,用then方法取到的值是‘foo’,这是是什么实现流程。希望有大佬可以科普一下...
慕后森
相关分类