单项选择题

类必须使用()调用,否则会报错。这是它跟普通构造函数的一个主要区别,后者不用()也可以执行

A.new;new
B.this;this
C.prototype;prototype
D.tostring;tostring