Anders Asked: 2025-03-22 19:41:42 +0800 CST 使用 powershell 替换 json 文件中的字符 7 在 json 文件中我有此文本 "result": "1:3", "points": "29:37", 现在我想用 powershell 将其更改为 "result": "1-3", "points": "29-37", 怎么做?我想我需要某种正则表达式来完成它。 json