String str = "woshifujingtao" String result = str.toUpperCase(); System.out.println(result); 结果:WOSHIFUJINGTAO