函数异步执行 - Promise

4年以前  |  阅读数:373 次  |  编程语言:JavaScript 
Promise.reject('这是第二个 reject 值').then((data) = > {
    console.log(data)
}).
catch (data = > {
    console.log(data) //这是第二个 reject 值
})

Copyright© 2013-2020

All Rights Reserved 京ICP备2023019179号-8