Sublime Text正则表达式替换 2022年4月23日 by Leon Zhang·0评论 对于不规范json文件,使用正则表达式将key的name,engName,hpMax,hpMax等替换成"name","engName","hpMax","hpMax" 替换前 替换后