将箭头函数转换为匿名函数表达式。
请注意,不建议对使用
this
的箭头函数进行此转换,因为此值对匿名函数来说可能发生变化。
请参阅
https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Functions/Arrow_functions#Lexical_this
。