摘要: public static String fmtStringEmpty(Object obj) { String fmtStr = ""; if (obj == null) { return fmtStr; } else { if (obj instanceof Date) { fmtStr = S 阅读全文
posted @ 2019-01-21 15:47 biubiubiuo 阅读(235) 评论(0) 推荐(0) 编辑