我试图在java中替换正则表达式时遇到错误.
例如:
String h = "{hiren:}"; h=h.replaceAll(":}", ":\"\"}");
请给我解决方案.谢谢
java
java ×1