RELATEED CONSULTING
相关咨询
选择下列产品马上在线沟通
服务时间:8:30-17:00
你可能遇到了下面的问题
关闭右侧工具栏

云南昆明网站维护公司

昆明网站建设、网站设计制作、网站运营维护常见知识介绍
python3-分割文本文件
#myhaspl@myhaspl.com
fId=1
with open("tf-allsrc.txt","r") as sf: 
    while True:
        with open("tf-src-"+str(fId)+".txt","w+") as f:
            data=sf.read(1024*1024*5)
            if not data:
                break
            f.write(data)
            print(fId,"#",end=".")
        fId+=1

本文标题:python3-分割文本文件
当前URL:http://www.bdklh.com/article/iheigd.html