请问以下两段代码有什么区别?变量fS有什么不同?请详细说说
var fS=function sayHi() { alert("hi");}
var fS=new function sayHi() { alert("hi");}
Smart猫小萌
相关分类