19、定义从字符串对象String a = "123+456";从a中获取整数456,下列表达式正确的是?
A. a.substring(4).toInt()
B. a.substring(5).toInt()
C. a.substring(4)
D. a.substring(5)
发表评论