摘要: 关于常量池的分析 第一种情况 public class Dome { public static void main(String[] args) { String s1 = "ab"; String s2 = "ab"; System.out.println(s1 == s2); } } //tu 阅读全文
posted @ 2022-11-08 20:22 鸽宗 阅读(30) 评论(0) 推荐(0) 编辑