This method is applicable to a variety of problems.
A. able to be used
B. able to be solved
C. able to be changed
查看答案
I had to plow through a stack of letters in the office for the whole day.
A. browse quickly
B. finish with great effort
C. write in reply
String a = "Hello"; 则执行a.replace("e","f")后a的内容为_____.(答案只写字符串的内容,不用加双引号)
String a = "123"; 则执行a.concat("456")后a的内容为_______。(答案只写字符串的内容,不用加双引号)
String a = "123456"; 则a.charAt(3)的结果为_____。(答案只写字符的内容,不用加单引号)