Loading

摘要: export class Tool { /** * 空校验 null或""都返回true */ public static isEmpty (obj: any) { if ((typeof obj 'string')) { return !obj || obj.replace(/\s+/g, "") 阅读全文
posted @ 2021-08-09 10:49 Standing-Stone 阅读(290) 评论(0) 推荐(0)
摘要: <?xml version="1.0" encoding="UTF-8"?> <configuration> <contextName>wiki</contextName> <!-- 日志文件存放的路径【可替换】 --> <property name="LOG_PATH" value="D:/wor 阅读全文
posted @ 2021-08-09 09:54 Standing-Stone 阅读(159) 评论(0) 推荐(0)