function a() { return 2 } // 等同于 let a = () => 2
与普通函数区别:
this
function
call() apply() bind()
prototype
arguments
new
← Class this 全面解析→