我想用单个的"\n "字符替换这四个字符,但是我似乎不能让Python 为我做这件事。 ... "\n".join(mytext.splitlines()) This works for me. mytext.replace(r"\r\n", ...
確定! 回上一頁