箭頭函式(arrow function, lambda function). 基本用法. // 基本寫法,沒有參數的時候要記得加上空括號 let greeting = () => { return 'Hello'; } ...
確定! 回上一頁