会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
小楼
读书 学习 生活 进步
首页
新随笔
联系
订阅
管理
2010年5月19日
Python获得操作系统信息
摘要: Python里里面有个platform模块,可以得到操作系统的相关信息import platformplatform.machine() # Returns the machine type, e.g. 'i386'platform.node() # Returns the computer's network nameplatform.platform(aliased=0, terse=0) #...
阅读全文
posted @ 2010-05-19 13:55 小楼
阅读(4721)
评论(1)
推荐(2)
编辑
公告