摘要: ==与equals的区别 我们先看Demo String str = "abc"; String str1 = "abc"; String abc = new String("abc"); String abc1 = new String("abc"); 然后我们使用==和equals挨个输出 Sy 阅读全文
posted @ 2021-12-13 19:28 Whichzzz 阅读(1525) 评论(0) 推荐(0)