函數f (a,b) {
返回a+b;
}
-& gt;ES6
設f = (a,b)= & gt;a + b
ES5:
console.log('妳好ES6。');
設f = (a,b)= & gt;{
如果妳在代碼塊中寫函數,如果有返回,妳需要寫妳自己的返回。