python 判断操作系统以及操作系统版本号

2020-12-13 13:44

阅读:295

标签:net   linu   control   logs   i386   arw   sdn   系统版本   版本   

 

>>> import platform
>>> platform.platform()
Darwin-17.7.0-x86_64-i386-64bit
>>> platform.system()
Darwin


>>> import platform
>>> platform.system()
Windows


>>> import platform
>>> platform.system()
Linux


参考:
https://www.cnblogs.com/SunshineKimi/p/10890415.html
https://blog.csdn.net/lixianlin/article/details/80866598

 

python 判断操作系统以及操作系统版本号

标签:net   linu   control   logs   i386   arw   sdn   系统版本   版本   

原文地址:https://www.cnblogs.com/sea-stream/p/11535979.html


评论


亲,登录后才可以留言!