python读取文件指定行内容
import linecache text=linecache.getline(r'C:UsersAdministratorDesktopSourceCodeofMongoRedischapter_5generate_string.py',10) 第十行内容为# info = '''1000001 王小小'''
python读取文件指定行内容
import linecache text=linecache.getline(r'C:UsersAdministratorDesktopSourceCodeofMongoRedischapter_5generate_string.py',10) 第十行内容为# info = '''1000001 王小小'''