Example: remove double quotes from string kotlin String x="\"abcd"; String z=x.replace("\"", ""); System.out.println(z);
確定! 回上一頁