验证参数是否为空
static bool isNotNull(value) { return value != null && value.toString().trim().length > 0; }