... by line using the lines() iterator from std::io::BufRead. for (index, line) in reader.lines().enumerate() { let line = line.unwrap(); // Ignore errors.
確定! 回上一頁