import linecache
import os
a = linecache.getline(r'C:\Users\11923\Desktop\user-agent.txt',2)
print(a)
错误如下:
import linecache
import os
a = linecache.getline(r'C:\Users\11923\Desktop\user-agent.txt',2)
print(a)
原因user-agent这个名字不行,,,,害我找了半天,。所以以后取名字最好_用下划线而不是中划线。
cao!!!不是这样的,是我的文件里面有乱码。。。。日啊。删掉乱码就可以了,不是名字的锅