(x, y) => {} 語法格式簡單
箭頭函數的幾種形式:git
有多個參數 (a,b) => a + b;es6
方法體有多條語句 (a,b) => { a=1; b=2; console.log(a+b)};github