摘要: String 字符串常量StringBuffer 字符串变量(线程安全)StringBuilder 字符串变量(非线程安全)String是不可变的对象(String类的声明是public final,每次对String更改都会生成一个新的String对象,会对系统性能产生影响) StringBuff 阅读全文
posted @ 2019-04-21 21:23 关键的疯狂 阅读(370) 评论(0) 推荐(0)