Java String类的replacAll() 方法使用给定的replacement 替换此字符串所有匹配给定的正则表达式的子字符串。 语法: replaceAll(String regex,String replacement) ...
確定! 回上一頁