美文网首页
python-文件处理

python-文件处理

作者: Persistently | 来源:发表于2019-04-29 22:44 被阅读0次

    os.mkdir("test") 删除目录
    os.rmdir("test") 创建内目录
    os.chdir("../") 改变默认目录
    os.listdir("./") 当前路径的列表

    相关文章

      网友评论

          本文标题:python-文件处理

          本文链接:https://www.haomeiwen.com/subject/jxzpaftx.html