You can use Java String method called replace, which will replace all characters matching the first parameter with the second parameter: String a = "Cool" ...
確定! 回上一頁