public static void main(String[] args) { String str="aBC"; str=str.toUpperCase(); System.out.println(str); }
wo1026756529 发表于 2016-9-22 19:26 全部转大写,非字母应该不会转吧?