摘要: 1、String的常量池的内存图 public class String01 { public static void main(String[] args) { //双引号引着的存储在字符串常量池中 String s1="asdf"; String s2="asdf"; System.out.pr 阅读全文
posted @ 2021-07-05 16:19 别不开心,过得去 阅读(72) 评论(0) 推荐(0)