回傳 的陣列再以destructuring assignment(解構賦值)的方式接收。 function returnMultiValues() { return ["John", 33, (x, y) => x + y] } const [name ...
確定! 回上一頁