python will auto convert '\r\n' to '\n' when you read file to variable, and vice versa. But if you write back to file with "binary mode", then python will ...
確定! 回上一頁