kisNotBlank method

bool kisNotBlank()

判断对象不为空,并且内容不为空

Implementation

bool kisNotBlank() {
  return !kisBlank();
}