使用Python监控文件内容变化代码实例 利用seek监控文件内容,并打印出变化内容:#/usr/bin/envpython#-*-coding=utf-8-*-pos=0whileTrue:con=open( 监控文件变化