char data[] = {'a', 'b', 'c'}; String str = new String(data); ... Returns a string resulting from replacing all occurrences of oldChar in this string with ...
確定! 回上一頁