test_localsystem.py 69 字节 原文件 审查 历史 永久链接 1 2 3 f=open('test_localsystem.txt','w') f.write('I have run\n') f.close()