js 构造一段函数为一个立即执行的函数,并可传参 new Function('antlr4', 'that', content)(antlr4, this) content: 作为函数体的代码片段 'antlr4', 'that': 接受传参的形参 (antlr4, this): 传入的实参