问题: 在原json文件的基础上仅针对所有value值进行替换并保存文件(PS:value值中 ... def convert(var): if isinstance(var, dict): return {key:convert(value) for ...
確定! 回上一頁