String
replace()
replaceAll()
replaceFirst()
示例:
// 替换不起任何作用 "hello".replace("$value$", value);
2022.1 最新变化