String.replaceAll()String.replaceAll()是JavaString类的一个方法,用于替换字符串中所有匹配正则表达式的子串,方法签名publicStringreplaceAll(Stringreg...