You don't need to read the next line, you are iterating through the lines. lines is a list (an array), and for line in lines is iterating over ...
確定! 回上一頁