string str1,str2,str3;str1="welcome to JSP";str2="welcome to";str3=str2+" JSP";if(str1==str3) out.print("YES");else out.print("NO"):结果是NO,为什么啊?