2021年9月20日
摘要: StringBuffer 适用于多次修改String对象的值 public class RunoobTest{ public static void main(String args[]){ StringBuilder sb = new StringBuilder(10); sb.append("R 阅读全文
posted @ 2021-09-20 20:23 付治齐吖 阅读(34) 评论(0) 推荐(0)