本站改版新增arduino频道
txt文本内容逐行显示
import time
fname="3.txt"
f = open(fname,encoding="utf-8")
count=len(f.readlines())
f.seek(0)
for i in range(count):
content = f.readline()
print("\r{}".format({content}),end='')
time.sleep(5.0)
# 关闭⽂件
f.close()
Copyright © 2014 ESP56.com All Rights Reserved
晋ICP备14006235号-22 晋公网安备14108102001165号
执行时间: 0.0096879005432129 seconds