填空题
5. String foo = “base”;
6. foo.substring(0,3);
7. foo.concat(“ket”)
8.
Type the value of foo at line 8.()
【参考答案】
BASE
点击查看答案
相关考题
