The replace() method takes a pair of Char's or a pair of CharSequence. · String str ="Quora is used accross the world."; · String newStr = str.replace('c','e'); ...
確定! 回上一頁