摘要: 1 import platform 2 3 ''' 4 python中,platform模块给我们提供了很多方法去获取操作系统的信息 5 如: 6 import platform 7 platform.platform() #获取操作系统名称及版本号,'Windows-7-6.1.7601-SP1' 8 ... 阅读全文
posted @ 2019-08-14 15:23 QQmini 阅读(2365) 评论(0) 推荐(0) 编辑