摘要: public class PropertyUtils { /** * 判断属性是否为null或"" * @param args * @return 是则返回true */ public static Boolean isEmpty(Object ...args){ for (Object arg : 阅读全文
posted @ 2022-05-18 22:12 小闸瓦学java 阅读(433) 评论(0) 推荐(0)