es6 promise的catch 和 then 的区别认识catch 返回实值:Promise {<resolved>: 1} catch 抛出错误:Promise {<rejected>: "err"} catch 无2023-03-05JavaScript390