摘要: yml文件的更新后工具类: import os import yaml class YamlUtils(): def __init__(self,folder_name='config'): self.foler_name = folder_name def get_yaml_load(self, 阅读全文
posted @ 2020-07-09 15:52 pandaly 阅读(6611) 评论(1) 推荐(2)