通过eclipse测试:
String temp2 = ""; String[] temp = temp2.split(","); String[] temp3 = {}; System.out.println("............................."+temp2.length()); System.out.println("***************"+temp.length); System.out.println("-----------------"+temp3.length);
temp.length的长度为1。
因为{}和{""}是不同的,相当于null和""的关系。
时间: 2024-10-13 18:29:16