python读取文件指定行内容

python读取文件指定行内容

import linecache
text=linecache.getline(r‘C:\Users\Administrator\Desktop\SourceCodeofMongoRedis\chapter_5\generate_string.py‘,10)
第十行内容为# info = ‘‘‘1000001 王小小‘‘‘

相关推荐