问题已经解决了,但是楼下的回答很牛,但是是在评论里..希望对大家有帮助!
var foo02 = new function()
{
var temp = 100;
this.temp = 200;
return temp + this.temp;
}
var foo3 = new Function('var temp = 100; this.temp = 200; return temp + this.temp;');
问题已经解决了,但是楼下的回答很牛,但是是在评论里..希望对大家有帮助!
var foo02 = new function()
{
var temp = 100;
this.temp = 200;
return temp + this.temp;
}
var foo3 = new Function('var temp = 100; this.temp = 200; return temp + this.temp;');
8 回答4.6k 阅读✓ 已解决
6 回答3.3k 阅读✓ 已解决
5 回答2.8k 阅读✓ 已解决
5 回答6.3k 阅读✓ 已解决
4 回答2.2k 阅读✓ 已解决
5 回答1.2k 阅读✓ 已解决
4 回答2.7k 阅读✓ 已解决