摘要: import json import os Base_path = os.path.join(os.path.abspath(".."),"龙茂天日志.log") print(Base_path) def Json_data(): if not os.path.isfile(Base_path): dic = {"username":'xxx',"password":1234} with open 阅读全文
posted @ 2019-10-18 18:27 LmtMe 阅读(127) 评论(0) 推荐(0) 编辑