正常寫法var callSomeone = (someone) => { return someone + '吃飯了' } console.log(callSomeone('小明')) // 縮寫,單一行陳述不需要{} var callSomeone ...
確定! 回上一頁