ZuPerfect opened this issue 5 years ago · 0 comments
new Foo.getName();的执行顺序我感觉是:
1、var temp=Foo.getName 2、new temp()
因为...·...的优先级大于new...(...)