摘要: StringBuffer类 StringBuffer sbf = new StringBuffer("Hello "); sbf.append("World!"); 对比String的优势 CharSequence接口 AutoCloseable接口 try(){ }catch(Exception 阅读全文
posted @ 2021-06-08 16:42 legendary_tm 阅读(41) 评论(0) 推荐(0) 编辑