2022年10月20日
摘要: String类、StringBuffer类、StringBuilder类 String类的创建 // 方式一 直接赋值 String s = "woshihaoren"; // 方式二 构造器创建 String ss = new String("woshihaoren"); // 方式一创建会先从常 阅读全文
posted @ 2022-10-20 23:03 han的博客 阅读(31) 评论(0) 推荐(0)