今日学习了 StringBuffer(线程安全)与 StringBuilder(非线程安全)的区别,掌握了 append ()、insert () 等方法,理解了字符串拼接的效率优化。 明日计划学习包装类(Integer、Double 等)的自动装箱与拆箱,以及常用工具类(Math、Arrays)。