java转换大小写

toUpperCase:返回转换后字符的大写形式,若是有的话;不然返回字符自己。code public class Test { public static void main(String args[]) { System.out.println(Character.toUpperCase('a')); System.out.println(Charac
相关文章
相关标签/搜索