2011年8月17日 - 假設我有一個字串: String a = "howareyou"; 需要將其全部轉為大寫: String upperCaseA = a.toUpperCase(); //此時a = "HOWAREYOU"
bluegray-javalearning.blogspot