3.7.0
Environment info"vue": "^2.6.10"
Steps to reproduce
(function () { var l = void 0, aa = this; console.log('this', this); function r(c, d) { var a1112222222222222 = c.split("."); console.log('b', c); };
}).call(this);
(function () { var l = void 0, aa = this; console.log('this', this); function r(c, d) { var a1112222222222222; console.log('b', c); };
}).call(this); 分别require上面两段代码 a1112222222222222 赋值之后输出thisundefined
What is expected?都是{}
What is actually happening?undefined