摘要: 1.StringBuffer可以追加字符 public class SyrinBufferDemo1 { public static void main(String[] args) { StringBuilder buf = new StringBuilder(); System.out.prin 阅读全文
posted @ 2020-10-05 21:13 鯨落 阅读(356) 评论(0) 推荐(0)