在讀取檔案時,換行符 \n 用於表示檔案的結尾和下一行的開頭。 ... "r") as file: newline_break = "" for readline in file: line_strip ...
確定! 回上一頁