摘要:
import time # with open('access.log', mode='rt',encoding="utf-8") as f: # # 1、将指针跳到文件末尾 # # f.read() # 错误 # f.seek(0, 2) # # while True: # line = f.re 阅读全文
posted @ 2021-11-20 11:03
walkerpython
阅读(38)
评论(0)
推荐(0)
浙公网安备 33010602011771号