判断字符串是否全为大写字母。
isUpperCase(str: string): boolean
tool.isUpperCase('HELLO'); // true tool.isUpperCase('Hi'); // false
tool.isURL tool.MaxHeap