摘要: 1.String > StringBuffer * a:通过构造方法* b:通过append()方法 2.StringBuffer > String * a:通过构造方法* b:通过toString()方法* c:通过subString(0,length); 阅读全文
posted @ 2021-07-12 22:18 蔡地像徐坤 阅读(896) 评论(0) 推荐(0)