equals:注意Sting类型和非String类型的比较

1.	a = new String("123");
	b = new String("123");
	a.equals(b) 是 true

猜你喜欢

转载自4636.iteye.com/blog/2315569