#!/usr/bin/env python
#coding:utf-8 import timef=open('abc.txt')
while True: a=f.read() print a time.sleep(5)f.closed
输入测试内容
测试效果图
本文共 180 字,大约阅读时间需要 1 分钟。
#!/usr/bin/env python
#coding:utf-8 import timef=open('abc.txt')
while True: a=f.read() print a time.sleep(5)f.closed
输入测试内容
测试效果图
转载于:https://my.oschina.net/luoyedao/blog/693984