搜索文档
Promise 对象用于表示一个异步操作的最终完成/失败及其结果值。
一个 promise 必须提供一个 then 方法以访问其当前值、终值和据因
promise.then(onFulfilled, onRejected)