单项选择题

Number对象的()方法用于把数字转换为字符串,结果的小数点后有指定位数的数字。

A.toFixed()
B.toExponential()
C.toPrecision()
D.toLocaleString()