摘要: 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) 编辑