windows python监听文件触发脚本
摘要:
from watchdog.events import * class FileEventHandler(FileSystemEventHandler): def __init__(self): FileSystemEventHandler.__init__(self) def on_any_event(self, event): print(... 阅读全文
posted @ 2018-06-11 19:05 林肯公园 阅读(475) 评论(0) 推荐(0)
浙公网安备 33010602011771号