第53章 Python3 os.replace 方法教程

Python3 OS 文件/目录方法


概述

os.replace() 方法用于重命名文件或目录。

Python3.3 版中的新功能。

语法

**replace()**方法语法格式如下:


    os.replace(src, dst, *, src_dir_fd=None, dst_dir_fd=None)

将文件或目录 src 重命名为 dst,如果 dst 是非空目录,则会引发 OSError。 如果 dst 存在并且是一个文件,如果用户有权限,它将被替换。

参数

  • src – 源文件或目录,如果该目录文件不存在会引发错误 FileNotFoundError。
  • dst – 重命名后的文件或目录,如果已存在,会直接替换。
  • src_dir_fd – 相对目录描述符的路径。
  • dst_dir_fd – 相对目录描述符的路径。

return 值

如果执行成功,重命名将是一个原子操作(这是 POSIX 要求),失败return OSError。

实例

以下实例演示了 replace() 方法的使用:

文本 google.txt 内容为:


    google


    实例 
    import os 
    
    # 重命名文件或目录
    os.replace('google.txt','phlcsdn2023.txt')

执行只剩下一个 phlcsdn2023.txt,内容为:


    google

如果替换后的文件 dst 是已存

Python 3.14.0 (tags/v3.14.0:ebf955d, Oct 7 2025, 10:15:03) [MSC v.1944 64 bit (AMD64)] on win32 Enter "help" below or click "Help" above for more information. ===================== RESTART: D:/Users/lenovo/Desktop/3.py ==================== ✅ 开始执行恒瑞医药数据分析流程... 📊 已完成数据清洗,共 10 年数据: Year 研发费用 研发费用率 营业净利率 2016 NaN NaN NaN 2017 3.442789e+09 0.001690 0.002448 2018 2.328697e+09 0.001531 0.002416 2019 2.652772e+09 0.001863 0.002404 2020 1.734576e+09 0.001635 0.002441 2021 2.342023e+09 0.001741 0.002438 2022 2.445089e+09 0.001894 0.002336 2023 3.215737e+09 0.001929 0.002504 2024 3.151130e+09 0.001700 0.002450 2025 3.207977e+09 0.001638 0.002371 Warning (from warnings module): File "D:/Users/lenovo/Desktop/3.py", line 86 plt.tight_layout() UserWarning: Glyph 24180 (\N{CJK UNIFIED IDEOGRAPH-5E74}) missing from font(s) Arial. Warning (from warnings module): File "D:/Users/lenovo/Desktop/3.py", line 86 plt.tight_layout() UserWarning: Glyph 20221 (\N{CJK UNIFIED IDEOGRAPH-4EFD}) missing from font(s) Arial. Warning (from warnings module): File "D:/Users/lenovo/Desktop/3.py", line 86 plt.tight_layout() UserWarning: Glyph 30740 (\N{CJK UNIFIED IDEOGRAPH-7814}) missing from font(s) Arial. Warning (from warnings module): File "D:/Users/lenovo/Desktop/3.py", line 86 plt.tight_layout() UserWarning: Glyph 21457 (\N{CJK UNIFIED IDEOGRAPH-53D1}) missing from font(s) Arial. Warning (from warnings module): File "D:/Users/lenovo/Desktop/3.py", line 86 plt.tight_layout() UserWarning: Glyph 36153 (\N{CJK UNIFIED IDEOGRAPH-8D39}) missing from font(s) Arial. Warning (from warnings module): File "D:/Users/lenovo/Desktop/3.py", line 86 plt.tight_layout() UserWarning: Glyph 29992 (\N{CJK UNIFIED IDEOGRAPH-7528}) missing from font(s) Arial. Warning (from warnings module): File "D:/Users/lenovo/Desktop/3.py", line 86 plt.tight_layout() UserWarning: Glyph 65288 (\N{FULLWIDTH LEFT PARENTHESIS}) missing from font(s) Arial. Warning (from warnings module): File "D:/Users/lenovo/Desktop/3.py", line 86 plt.tight_layout() UserWarning: Glyph 20159 (\N{CJK UNIFIED IDEOGRAPH-4EBF}) missing from font(s) Arial. Warning (from warnings module): File "D:/Users/lenovo/Desktop/3.py", line 86 plt.tight_layout() UserWarning: Glyph 20803 (\N{CJK UNIFIED IDEOGRAPH-5143}) missing from font(s) Arial. Warning (from warnings module): File "D:/Users/lenovo/Desktop/3.py", line 86 plt.tight_layout() UserWarning: Glyph 65289 (\N{FULLWIDTH RIGHT PARENTHESIS}) missing from font(s) Arial. Warning (from warnings module): File "D:/Users/lenovo/Desktop/3.py", line 86 plt.tight_layout() UserWarning: Glyph 22270 (\N{CJK UNIFIED IDEOGRAPH-56FE}) missing from font(s) Arial. Warning (from warnings module): File "D:/Users/lenovo/Desktop/3.py", line 86 plt.tight_layout() UserWarning: Glyph 65306 (\N{FULLWIDTH COLON}) missing from font(s) Arial. Warning (from warnings module): File "D:/Users/lenovo/Desktop/3.py", line 86 plt.tight_layout() UserWarning: Glyph 24658 (\N{CJK UNIFIED IDEOGRAPH-6052}) missing from font(s) Arial. Warning (from warnings module): File "D:/Users/lenovo/Desktop/3.py", line 86 plt.tight_layout() UserWarning: Glyph 29790 (\N{CJK UNIFIED IDEOGRAPH-745E}) missing from font(s) Arial. Warning (from warnings module): File "D:/Users/lenovo/Desktop/3.py", line 86 plt.tight_layout() UserWarning: Glyph 21307 (\N{CJK UNIFIED IDEOGRAPH-533B}) missing from font(s) Arial. Warning (from warnings module): File "D:/Users/lenovo/Desktop/3.py", line 86 plt.tight_layout() UserWarning: Glyph 33647 (\N{CJK UNIFIED IDEOGRAPH-836F}) missing from font(s) Arial. Warning (from warnings module): File "D:/Users/lenovo/Desktop/3.py", line 86 plt.tight_layout() UserWarning: Glyph 21313 (\N{CJK UNIFIED IDEOGRAPH-5341}) missing from font(s) Arial. Warning (from warnings module): File "D:/Users/lenovo/Desktop/3.py", line 86 plt.tight_layout() UserWarning: Glyph 25237 (\N{CJK UNIFIED IDEOGRAPH-6295}) missing from font(s) Arial. Warning (from warnings module): File "D:/Users/lenovo/Desktop/3.py", line 86 plt.tight_layout() UserWarning: Glyph 20837 (\N{CJK UNIFIED IDEOGRAPH-5165}) missing from font(s) Arial. Warning (from warnings module): File "D:/Users/lenovo/Desktop/3.py", line 86 plt.tight_layout() UserWarning: Glyph 36235 (\N{CJK UNIFIED IDEOGRAPH-8D8B}) missing from font(s) Arial. Warning (from warnings module): File "D:/Users/lenovo/Desktop/3.py", line 86 plt.tight_layout() UserWarning: Glyph 21183 (\N{CJK UNIFIED IDEOGRAPH-52BF}) missing from font(s) Arial. Warning (from warnings module): File "D:/Users/lenovo/Desktop/3.py", line 87 plt.savefig(os.path.join(output_dir, "figure1_rd_trend.png"), dpi=300, bbox_inches='tight') UserWarning: Glyph 24180 (\N{CJK UNIFIED IDEOGRAPH-5E74}) missing from font(s) Arial. Warning (from warnings module): File "D:/Users/lenovo/Desktop/3.py", line 87 plt.savefig(os.path.join(output_dir, "figure1_rd_trend.png"), dpi=300, bbox_inches='tight') UserWarning: Glyph 20221 (\N{CJK UNIFIED IDEOGRAPH-4EFD}) missing from font(s) Arial. Warning (from warnings module): File "D:/Users/lenovo/Desktop/3.py", line 87 plt.savefig(os.path.join(output_dir, "figure1_rd_trend.png"), dpi=300, bbox_inches='tight') UserWarning: Glyph 30740 (\N{CJK UNIFIED IDEOGRAPH-7814}) missing from font(s) Arial. Warning (from warnings module): File "D:/Users/lenovo/Desktop/3.py", line 87 plt.savefig(os.path.join(output_dir, "figure1_rd_trend.png"), dpi=300, bbox_inches='tight') UserWarning: Glyph 21457 (\N{CJK UNIFIED IDEOGRAPH-53D1}) missing from font(s) Arial. Warning (from warnings module): File "D:/Users/lenovo/Desktop/3.py", line 87 plt.savefig(os.path.join(output_dir, "figure1_rd_trend.png"), dpi=300, bbox_inches='tight') UserWarning: Glyph 36153 (\N{CJK UNIFIED IDEOGRAPH-8D39}) missing from font(s) Arial. Warning (from warnings module): File "D:/Users/lenovo/Desktop/3.py", line 87 plt.savefig(os.path.join(output_dir, "figure1_rd_trend.png"), dpi=300, bbox_inches='tight') UserWarning: Glyph 29992 (\N{CJK UNIFIED IDEOGRAPH-7528}) missing from font(s) Arial. Warning (from warnings module): File "D:/Users/lenovo/Desktop/3.py", line 87 plt.savefig(os.path.join(output_dir, "figure1_rd_trend.png"), dpi=300, bbox_inches='tight') UserWarning: Glyph 65288 (\N{FULLWIDTH LEFT PARENTHESIS}) missing from font(s) Arial. Warning (from warnings module): File "D:/Users/lenovo/Desktop/3.py", line 87 plt.savefig(os.path.join(output_dir, "figure1_rd_trend.png"), dpi=300, bbox_inches='tight') UserWarning: Glyph 20159 (\N{CJK UNIFIED IDEOGRAPH-4EBF}) missing from font(s) Arial. Warning (from warnings module): File "D:/Users/lenovo/Desktop/3.py", line 87 plt.savefig(os.path.join(output_dir, "figure1_rd_trend.png"), dpi=300, bbox_inches='tight') UserWarning: Glyph 20803 (\N{CJK UNIFIED IDEOGRAPH-5143}) missing from font(s) Arial. Warning (from warnings module): File "D:/Users/lenovo/Desktop/3.py", line 87 plt.savefig(os.path.join(output_dir, "figure1_rd_trend.png"), dpi=300, bbox_inches='tight') UserWarning: Glyph 65289 (\N{FULLWIDTH RIGHT PARENTHESIS}) missing from font(s) Arial. Warning (from warnings module): File "D:/Users/lenovo/Desktop/3.py", line 87 plt.savefig(os.path.join(output_dir, "figure1_rd_trend.png"), dpi=300, bbox_inches='tight') UserWarning: Glyph 22270 (\N{CJK UNIFIED IDEOGRAPH-56FE}) missing from font(s) Arial. Warning (from warnings module): File "D:/Users/lenovo/Desktop/3.py", line 87 plt.savefig(os.path.join(output_dir, "figure1_rd_trend.png"), dpi=300, bbox_inches='tight') UserWarning: Glyph 65306 (\N{FULLWIDTH COLON}) missing from font(s) Arial. Warning (from warnings module): File "D:/Users/lenovo/Desktop/3.py", line 87 plt.savefig(os.path.join(output_dir, "figure1_rd_trend.png"), dpi=300, bbox_inches='tight') UserWarning: Glyph 24658 (\N{CJK UNIFIED IDEOGRAPH-6052}) missing from font(s) Arial. Warning (from warnings module): File "D:/Users/lenovo/Desktop/3.py", line 87 plt.savefig(os.path.join(output_dir, "figure1_rd_trend.png"), dpi=300, bbox_inches='tight') UserWarning: Glyph 29790 (\N{CJK UNIFIED IDEOGRAPH-745E}) missing from font(s) Arial. Warning (from warnings module): File "D:/Users/lenovo/Desktop/3.py", line 87 plt.savefig(os.path.join(output_dir, "figure1_rd_trend.png"), dpi=300, bbox_inches='tight') UserWarning: Glyph 21307 (\N{CJK UNIFIED IDEOGRAPH-533B}) missing from font(s) Arial. Warning (from warnings module): File "D:/Users/lenovo/Desktop/3.py", line 87 plt.savefig(os.path.join(output_dir, "figure1_rd_trend.png"), dpi=300, bbox_inches='tight') UserWarning: Glyph 33647 (\N{CJK UNIFIED IDEOGRAPH-836F}) missing from font(s) Arial. Warning (from warnings module): File "D:/Users/lenovo/Desktop/3.py", line 87 plt.savefig(os.path.join(output_dir, "figure1_rd_trend.png"), dpi=300, bbox_inches='tight') UserWarning: Glyph 21313 (\N{CJK UNIFIED IDEOGRAPH-5341}) missing from font(s) Arial. Warning (from warnings module): File "D:/Users/lenovo/Desktop/3.py", line 87 plt.savefig(os.path.join(output_dir, "figure1_rd_trend.png"), dpi=300, bbox_inches='tight') UserWarning: Glyph 25237 (\N{CJK UNIFIED IDEOGRAPH-6295}) missing from font(s) Arial. Warning (from warnings module): File "D:/Users/lenovo/Desktop/3.py", line 87 plt.savefig(os.path.join(output_dir, "figure1_rd_trend.png"), dpi=300, bbox_inches='tight') UserWarning: Glyph 20837 (\N{CJK UNIFIED IDEOGRAPH-5165}) missing from font(s) Arial. Warning (from warnings module): File "D:/Users/lenovo/Desktop/3.py", line 87 plt.savefig(os.path.join(output_dir, "figure1_rd_trend.png"), dpi=300, bbox_inches='tight') UserWarning: Glyph 36235 (\N{CJK UNIFIED IDEOGRAPH-8D8B}) missing from font(s) Arial. Warning (from warnings module): File "D:/Users/lenovo/Desktop/3.py", line 87 plt.savefig(os.path.join(output_dir, "figure1_rd_trend.png"), dpi=300, bbox_inches='tight') UserWarning: Glyph 21183 (\N{CJK UNIFIED IDEOGRAPH-52BF}) missing from font(s) Arial. Warning (from warnings module): File "D:\python\Lib\tkinter\__init__.py", line 876 func(*args, **kw) UserWarning: Glyph 24180 (\N{CJK UNIFIED IDEOGRAPH-5E74}) missing from font(s) Arial. Warning (from warnings module): File "D:\python\Lib\tkinter\__init__.py", line 876 func(*args, **kw) UserWarning: Glyph 20221 (\N{CJK UNIFIED IDEOGRAPH-4EFD}) missing from font(s) Arial. Warning (from warnings module): File "D:\python\Lib\tkinter\__init__.py", line 876 func(*args, **kw) UserWarning: Glyph 30740 (\N{CJK UNIFIED IDEOGRAPH-7814}) missing from font(s) Arial. Warning (from warnings module): File "D:\python\Lib\tkinter\__init__.py", line 876 func(*args, **kw) UserWarning: Glyph 21457 (\N{CJK UNIFIED IDEOGRAPH-53D1}) missing from font(s) Arial. Warning (from warnings module): File "D:\python\Lib\tkinter\__init__.py", line 876 func(*args, **kw) UserWarning: Glyph 36153 (\N{CJK UNIFIED IDEOGRAPH-8D39}) missing from font(s) Arial. Warning (from warnings module): File "D:\python\Lib\tkinter\__init__.py", line 876 func(*args, **kw) UserWarning: Glyph 29992 (\N{CJK UNIFIED IDEOGRAPH-7528}) missing from font(s) Arial. Warning (from warnings module): File "D:\python\Lib\tkinter\__init__.py", line 876 func(*args, **kw) UserWarning: Glyph 65288 (\N{FULLWIDTH LEFT PARENTHESIS}) missing from font(s) Arial. Warning (from warnings module): File "D:\python\Lib\tkinter\__init__.py", line 876 func(*args, **kw) UserWarning: Glyph 20159 (\N{CJK UNIFIED IDEOGRAPH-4EBF}) missing from font(s) Arial. Warning (from warnings module): File "D:\python\Lib\tkinter\__init__.py", line 876 func(*args, **kw) UserWarning: Glyph 20803 (\N{CJK UNIFIED IDEOGRAPH-5143}) missing from font(s) Arial. Warning (from warnings module): File "D:\python\Lib\tkinter\__init__.py", line 876 func(*args, **kw) UserWarning: Glyph 65289 (\N{FULLWIDTH RIGHT PARENTHESIS}) missing from font(s) Arial. Warning (from warnings module): File "D:\python\Lib\tkinter\__init__.py", line 876 func(*args, **kw) UserWarning: Glyph 22270 (\N{CJK UNIFIED IDEOGRAPH-56FE}) missing from font(s) Arial. Warning (from warnings module): File "D:\python\Lib\tkinter\__init__.py", line 876 func(*args, **kw) UserWarning: Glyph 65306 (\N{FULLWIDTH COLON}) missing from font(s) Arial. Warning (from warnings module): File "D:\python\Lib\tkinter\__init__.py", line 876 func(*args, **kw) UserWarning: Glyph 24658 (\N{CJK UNIFIED IDEOGRAPH-6052}) missing from font(s) Arial. Warning (from warnings module): File "D:\python\Lib\tkinter\__init__.py", line 876 func(*args, **kw) UserWarning: Glyph 29790 (\N{CJK UNIFIED IDEOGRAPH-745E}) missing from font(s) Arial. Warning (from warnings module): File "D:\python\Lib\tkinter\__init__.py", line 876 func(*args, **kw) UserWarning: Glyph 21307 (\N{CJK UNIFIED IDEOGRAPH-533B}) missing from font(s) Arial. Warning (from warnings module): File "D:\python\Lib\tkinter\__init__.py", line 876 func(*args, **kw) UserWarning: Glyph 33647 (\N{CJK UNIFIED IDEOGRAPH-836F}) missing from font(s) Arial. Warning (from warnings module): File "D:\python\Lib\tkinter\__init__.py", line 876 func(*args, **kw) UserWarning: Glyph 21313 (\N{CJK UNIFIED IDEOGRAPH-5341}) missing from font(s) Arial. Warning (from warnings module): File "D:\python\Lib\tkinter\__init__.py", line 876 func(*args, **kw) UserWarning: Glyph 25237 (\N{CJK UNIFIED IDEOGRAPH-6295}) missing from font(s) Arial. Warning (from warnings module): File "D:\python\Lib\tkinter\__init__.py", line 876 func(*args, **kw) UserWarning: Glyph 20837 (\N{CJK UNIFIED IDEOGRAPH-5165}) missing from font(s) Arial. Warning (from warnings module): File "D:\python\Lib\tkinter\__init__.py", line 876 func(*args, **kw) UserWarning: Glyph 36235 (\N{CJK UNIFIED IDEOGRAPH-8D8B}) missing from font(s) Arial. Warning (from warnings module): File "D:\python\Lib\tkinter\__init__.py", line 876 func(*args, **kw) UserWarning: Glyph 21183 (\N{CJK UNIFIED IDEOGRAPH-52BF}) missing from font(s) Arial. 只出来了一张图片,以及那个图片文字还是方格
最新发布
11-12
评论 21
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

你得不到的念想

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值