filename = os.path.join(container_dir,"info.txt") # with open(filename) as myfile: lines = len(myfile.readlines()) #
总结os.path.join()
路径拼接 container_dir/info.txt
myfile.readlines()
一次性读取整个文件,自动将文件内容分析成一个行的列表。有几行列表里面就有几个元素,lines就是有几行
以上是内存溢出为你收集整理的python .readlines()全部内容,希望文章能够帮你解决python .readlines()所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)