desire sunmer
desire sunmer
> 因为涉及到编码问题,我在这位作者的源代码基础上添加上了UTF-8编码参数,经测试使用没有问题 ```python import json, csv, time from datetime import datetime def time2ts(x): return int(datetime.strptime(x, "%Y-%m-%d %H:%M:%S").timestamp()) res = [["id","creator_id","created_ts","updated_ts","row_status","content","visibility"]] for idx,i in enumerate(json.load(open("myMemos.json",encoding="UTF-8"))): contents = i["content"] if not contents:...
我也是 今年的专项答题暂时已经做完了,往年还有 希望能搜到以前年度较早的专项答题来做完
me too
实验过了,可以使用 感谢分享!!