单项选择题
假设有字符串“123”,能把该字符串变成整数的方法是哪几项?()
A.Integer.parseInt(”123”)
B.Float.parseFloat(“123”)
C.Integer.valueOf(“123”).initValue()
D.以上都不是
点击查看答案&解析
相关考题
