An additional comment: I would recommend doing first text = text.replace('\r\n','\n') and then doing text = text.replace('\n', ...
確定! 回上一頁