python频繁写入文件时提速的方法?
其实上很简单,两行代码就可以搞定 >>> a=open(r'C:\Users\Administrator\Desktop\123.txt', 'r+') >>> print a.readlines()