如何删除^ M
发布于 2021-01-29 17:27:53
如何^M
在Python脚本中从文本文件(在行尾)删除字符?
我做了以下工作,^M
每个换行处都有。
file = open(filename, "w")
file.write(something)
关注者
0
被浏览
42