gpt4 book ai didi

python - 给 python "platform"库虚假平台信息?

转载 作者:太空宇宙 更新时间:2023-11-03 15:21:28 25 4
gpt4 key购买 nike

在脚本的开头,我使用 platform.systemplatform.release 来确定脚本运行的操作系统和版本(因此它知道它的数据在 Mac 上的应用程序支持中,在类 unix 和非 mac unix 上的主页中,在 Windows <= XP 上的应用程序数据,以及在 Windows >= Vista 上的应用程序数据/漫游)。我想测试我的 ifelifelse 系列是什么决定了操作系统和版本,但我只有访问 Mac 10.6.7、一些未知版本的 Linux 和 Windows 7。有没有办法提供 platform 假系统和发布信息,这样我就可以确定 XP、Solaris 等可以处理无需安装即可正确编写脚本?

最佳答案

也许是这样

>>> platform.system = lambda: "whatever"
>>> platform.system()
'whatever'

关于python - 给 python "platform"库虚假平台信息?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14160178/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com