Hello! 欢迎来到盒子萌!

[pytone备忘录]pytone创建文件夹


# 引入OS模块
import os
#判断boxmoe文件在不在运行目录里,就创建boxmoe文件夹
if not os.path.exists('./boxmoe/'):
        os.mkdir('./boxmoe/')

发表评论

相关阅读