常用函数

  • Python标准库之os

    文章目录 1. OS标准库简介 2. OS标准库常用函数和属性 2.1 文件和目录 2.1.1 `os.getcwd()` 2.1.2 `os.mkdir(path, mode=0…

    1天前