摘要: StringBuilder 1.1 StringBuilder概述 我们先对普通的String字符串对象建立进行内存分析; public class Demo{ public static void main(String[] args){ String a="hello; s+="world"; 阅读全文
posted @ 2022-12-02 21:26 工地佬 阅读(132) 评论(0) 推荐(0)