摘要: 1 public class EqualsTest { 2 3 public static void main(String[] args) { 4 String s1 = "abc"; 5 String s2 = "abc"; 6 String s3 = new String("abc"); 7 阅读全文
posted @ 2016-03-08 20:25 CfoolishbirdC 阅读(296) 评论(0) 推荐(0) 编辑