摘要: String类 String是不可变的 关于String类中的构造方法 String s = new String(""); String s = ""; String s = new String(char数组); String s = new String(char数组,起始下标,长度); St 阅读全文
posted @ 2021-09-17 20:41 hello小番茄 阅读(35) 评论(0) 推荐(0)