会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
小圣庄
博客园
园子
首页
新随笔
联系
管理
订阅
2019年11月19日
2019年11月17日 sys.stdout,sys.stdin,sys.stderr
摘要: 如果需要更好的控制输出,而print不能满足需求,sys.stdout,sys.stdin,sys.stderr就是你需要的。 1. sys.stdout与print: 在python中调用print时,事实上调用了sys.stdout.write(obj+'\n') print 将需要的内容打印到
阅读全文
posted @ 2019-11-19 21:31 小圣庄
阅读(201)
评论(0)
推荐(0)
编辑
公告