比较简单的在pycharm上跑的脚本 #_*_coding:utf-8_*_ #普通版 file = open("oldfile.txt","r",newline='\r\n') newfile = open("newfile.txt",'w',) while True: lines = file.readlines(100000) if not lines: break for line in lines: newfile.write(line
简介 是一个为完美主义者设计的web框架 The web framework for perfectionists with deadlines. Django可以使你能够用更少的代码,更加轻松且快速去开发web应用. Django makes it easier to build better Web apps more quickly and with less code. 下面这段太长了,有请百度翻译: Django是一个高级python web框架,它鼓励快速开发和干净.实用的设计.