单项选择题

考察以下程序片段:
var n = new Number(3456);
alert(n.toFixed(2));
以下选项正确的是:()


A.输出 34
B.输出 56
C.输出 3456.00
D.输出 345600