I use Python on both Windows and Unix. ... data = open(filename, "rb").read() newdata = data.replace("\r\n", "\n") if newdata != data: f ...
確定! 回上一頁