摘要: import platform plat = platform.system().lower() if plat == 'windows': print('windows系统') elif plat == 'linux': print('linux系统') 阅读全文
posted @ 2022-02-11 03:06 三个零 阅读(3661) 评论(0) 推荐(0) 编辑