主题
Promise.reject = function (reason) { return new Promise((resolve, reject) => { reject(reason) }) }