正文python读文件指定行的数据IP云V管理员/2022-07-25/6 阅读 07/25提示:扫一扫查出行【扫一扫了解最新限行尾号】复制提示 import linecacheprint linecache.getline('url.txt',2)读取url.txt文件的第2行内容