都不为空了为什么还要加判断长度大于0呀?
String[] strs = {}; //strs != null 但是 strs.length=0 数组不为null,不代表length就大于0了。
对于这段代码 是可以不用判断长度大于0的