字符串处理

  • 去除头尾空格 String newStr = str.trim()
  • 是否为null或空串if (StringUtils._isNotBlank_(str)) { ... }

    日期时间