Java Integer 类:将 String 转换为 Integer 对象的方法
下列 Integer 类特有的方法,返回保存指定的 String 类型的值的 Integer 对象的方法是()
A. Integer valueOf(int i)
B. Integer valueOf(String s)
C. int parseInt(String s)
D. int intValue()
答案:'B'
原文地址: https://www.cveoy.top/t/topic/nxjg 著作权归作者所有。请勿转载和采集!