摘要:
/* String类中的创建方法 String s = new String("good"); 1.char a = {'g','o','o','d'}; String s = new String (a,2,2);==>od 2.char a = {'g','o','o','d'}; String 阅读全文
posted @ 2018-04-02 14:36
Secretmonster
阅读(103)
评论(0)
推荐(0)
2018年4月2日