python 实现dict转json并保存文件如下所示: import json f = open("index.html", "wb") json.dump(response.data, f) f.close() dumps只完成了序列化为str, ...
確定! 回上一頁