2017-08-26 49 views

回答

0

你的價值將在then(作爲結果)或catch(如ERR):

promise.then(result => console.log(result)).catch(err => console.log(err)); 
+0

感謝兄弟。它是正確的 – staz