点击运行
public class Main { public static void main(String args[]) { String Str = new String("Welcome to jiyik.com"); System.out.print("Return Value :"); System.out.println(Str.toUpperCase()); } }
运行结果 :
正在执行...