pub fn replace_all(s: &str, from: &str, to: &str) -> String
替换所有匹配的字符串
对应 TypeScript 版本的 String.prototype.replaceAll
String.prototype.replaceAll