return 是function 回傳的值; 「要印出東西」絕對要使用 console.log() ... function add(a, b){ console.log(a, b) } add(8, 9) // output: 8 9.
確定! 回上一頁