有关python 3.3.1的open()函数的问题
用open打开test.txt之后为什么只能read一次呢?为什么再read就什么也不返回了?具体情况如下:>>>fob=open('D:/test/test.txt',...
用open打开test.txt之后为什么只能read一次呢?为什么再read就什么也不返回了?
具体情况如下:
>>> fob = open('D:/test/test.txt','r')
>>> fob.read()
'this is a new line.\nthis is line 2.\nthis is line 3.\n'
>>> fob.read()
' '
>>> fob.read()
' ' 展开
具体情况如下:
>>> fob = open('D:/test/test.txt','r')
>>> fob.read()
'this is a new line.\nthis is line 2.\nthis is line 3.\n'
>>> fob.read()
' '
>>> fob.read()
' ' 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询