单项选择题

A.var n=’89’;n.toString()
B.var n=’89’;Number(n)
C.var n=’89’;parseInt(n)
D.var n=’89’;parseFloat(n)