Use either next() and looping, or use .readline(), but don't mix both. Using the file object as an iterable creates an internal buffer that would create ...
確定! 回上一頁