将箭头函数转换为匿名函数表达式。
Note that this conversion is not suggested for arrow functions that use this because this value can change for anonymous functions.
Please refer to https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Functions/Arrow_functions#Lexical_this.