=>是es6語法中的arrow functionjavascript
=>
arrow function
(x) => x + 6java
(x) => x + 6
至關於git
function(x){ return x + 6; };