摘要: 创建开发目录规范代码 def make_file(): import os center_path = os.path.dirname(__file__) bin_path = os.path.join(center_path, 'bin') if not os.path.exists(bin_pa 阅读全文
posted @ 2022-07-20 19:06 懒羊羊A 阅读(59) 评论(0) 推荐(0)