java中的字符串比较不是要用.equlse()吗?用==也可以吗?
string1==string2,是值相等,而且内存地址也相等,是完全的相等 string1.equals(string2)为true,只是值相等