with open("文件名","w") as f: # w:写文本文件 wb写二进制文件 f.write() 相关文章: 2021-09-08 2021-05-22 2022-12-23 2022-12-23 2021-07-04 2021-12-05