update 排行榜 筛选 搜索
This commit is contained in:
@@ -160,4 +160,13 @@ public class StringUtil {
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
public static boolean isEmptyAll(String... str) {
|
||||
for (String s : str) {
|
||||
if (!isEmpty(s)) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user