ludc
2024-03-18 32ebe84d704f32842fdc8b5b23038dccb67234ff
Source/UBCS-WEB/src/util/func.js
@@ -6,6 +6,7 @@
   * 不为空
   * @param val
   * @returns {boolean}
   * 不能判断数组和对象 如判断"null"、"undefined"会返回不为空
   */
  static notEmpty(val) {
    return !this.isEmpty(val);
@@ -24,6 +25,7 @@
   * 为空
   * @param val
   * @returns {boolean}
   * 不能判断数组和对象 如判断"null"、"undefined"会返回不为空
   */
  static isEmpty(val) {
    if (