摘要: 参考教程地址: https://www.runoob.com/python/python-tutorial.html 常用代码总结 # 获取路径的文件名及其后缀 filename = os.path.basename(path) filename_without_ext, ext = os.path 阅读全文
posted @ 2024-11-06 12:00 opencoder 阅读(0) 评论(0) 推荐(0) 编辑