目录os库使用教程1.创建文件夹os.path.exists()检查文件是否存在os.listdir查看文件夹下的所有文件shutil.move移动目标到文件夹os库使用教程
Let\'s assume I have a database with two tables: categories and articles. Every article belongs to a category.