将change.log内容追加到ab.py内 >>> t=open('ab.py','a')>>> k=open('change.log').read()>>> print(k,file=t) r 读 w 写 a 追加