单项选择题

A.Number("123abc")的值为NaN
B.parseInt("123abc")的值为NaN
C.parseInt("10",8)的值为10
D.parseFloat("abc123.3")的值为123.3