摘要: 1.变量的比较 1 public static void main(String[] args) { 2 String s1 ="hello"; 3 String s2 ="hello"; 4 5 String s3 = new St... 阅读全文
posted @ 2015-07-26 19:51 能不能别闹 阅读(429) 评论(0) 推荐(0)