01 2022 档案

摘要:常用操作函数 动作标识脚本描述 新增 ViewNewBill New(Left(GetFormKey(), Length(GetFormKey())-4)); 刷新 Refresh LoadData(); 新增 NewBill New(GetFormKey()); 保存 Save SaveData( 阅读全文
posted @ 2022-01-25 10:47 littlemu 阅读(39) 评论(0) 推荐(0)
摘要:java中的null和""区别 - 明明是悟空 - 博客园 (cnblogs.com) 阅读全文
posted @ 2022-01-20 16:53 littlemu 阅读(11) 评论(0) 推荐(0)
摘要:java 字符串不为空和null public static boolean isBlankOrNull(String str) { return str == null || str.length() == 0; }//不为空格 isBlankOrNull(Name.trim()) && isBl 阅读全文
posted @ 2022-01-20 16:37 littlemu 阅读(34) 评论(0) 推荐(0)