判断字符串是否全为小写字母。
isLowerCase(str: string): boolean
tool.isLowerCase('hello'); // true tool.isLowerCase('Hi'); // false
tool.isEmail tool.isMobile