2023年6月16日
摘要: # coding:utf-8 import yaml #pip install pyyaml import os import json base_path = os.path.dirname(os.path.abspath(__file__)) conf_file= os.path.join(ba 阅读全文
posted @ 2023-06-16 15:15 boye169 阅读(65) 评论(0) 推荐(0)
摘要: # coding:utf-8 import configparser import os import json base_path = os.path.dirname(os.path.abspath(__file__)) conf_file= os.path.join(base_path,"con 阅读全文
posted @ 2023-06-16 15:14 boye169 阅读(23) 评论(0) 推荐(0)