python能做什么

时间:2026年02月06日 22:32:22

Python os.path 模块 | 菜鸟教程

#!/usr/bin/python# -*- coding: UTF-8 -*-importosprint(os.path.basename('/root/runoob.txt'))# 返回文件名print(os.path.dirname('/root/runoob.txt�...