单项选择题

A.Integer.parseInt(”123”)
B.Float.parseFloat(“123”)
C.Integer.valueOf(“123”).initValue()
D.以上都不是