async function randomDivided(divisor) { let n = Math.floor(Math ... then( n => console.log(n), err => console.log(err) );. 在 async 函式 ...
確定! 回上一頁