判断字符串是否全为字母。
isAlphabet(str: string): boolean
tool.isAlphabet('hello'); // true tool.isAlphabet('Hi123'); // false
tool.heepSort tool.isEmail