📅  最后修改于: 2022-03-11 14:53:11.251000             🧑  作者: Mango
from itertools import count
chapter_number = count(1)
output_file = open('000-intro.html', 'wb')
with open('index.html', 'rt') as input_file:
for line in input_file:
if '