会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
前行者2011
博客园
首页
新随笔
联系
管理
订阅
2014年3月28日
输出对象的备份、还原 分类: python 小练习 2014-03-28 11:47 191人阅读 评论(0) 收藏
摘要: #coding:utf-8import sysf=open('sys_midware.txt','wr')#保存输出对象old_stdout=sys.stdout#重定向输出sys.stdout=fsys.stdout.write("should in file f")#还原输出sys.stdout...
阅读全文
posted @ 2014-03-28 11:47 前行者2011
阅读(96)
评论(0)
推荐(0)
编辑
公告