toUpperCase() 方法用于将小写字符转换为大写。
char toUpperCase(char ch)
ch -- 要转换的字符。
返回转换后字符的大写形式,如果有的话;否则返回字符本身。
public class Test {Java isLowerCase() 方法Java toLowerCase() 方法