import platform  
import os  
print(os.name)  
print(platform.system())  
print(platform.release())

 

相关文章:

  • 2022-12-23
  • 2022-01-01
  • 2022-02-09
  • 2021-11-25
  • 2021-07-23
  • 2021-12-01
  • 2021-12-10
猜你喜欢
  • 2021-09-08
  • 2021-12-10
  • 2022-12-23
  • 2022-12-23
  • 2021-11-17
  • 2021-10-21
  • 2021-10-26
相关资源
相似解决方案