Also note that you don't need replaceAll (you're not using regex here, replace is enough): String test = "an°ther"; System.out.println(test.replace("\u00B0" ...
確定! 回上一頁