字符串问题 谢谢String s1 = "ja";String s2 = s1+ "va";String s3= "java";System.out.println(s2==s3);输出为什么为true[解决办法]这是小弟亲手做的笔记:请笑纳