摘要: import os import json '检查db文件是否存在 不存在就创建一个' current_path = os.path.dirname(__file__) db_path = os.path.join(current_path, 'db') if not os.path.isdir(d 阅读全文
posted @ 2022-04-01 00:27 Rain_Kz 阅读(54) 评论(0) 推荐(0)