readline () allows to receive data line by line. > ... f.readline(5) '\n'. readlines() reads the lines and places them in the list. > ...
確定! 回上一頁