gpt4 book ai didi

python - 来自 sys.platform 的可能值?

转载 作者:IT老高 更新时间:2023-10-28 21:40:30 28 4
gpt4 key购买 nike

以下命令的可能返回值是什么?

import sys
print sys.platform

我知道有很多可能性,所以我主要对“主要”的(Windows、Linux、Mac OS)感兴趣

最佳答案

┍━━━━━━━━━━━━━━━━━━━━━┯━━━━━━━━━━━━━━━━━━━━━┑
│ System │ Value │
┝━━━━━━━━━━━━━━━━━━━━━┿━━━━━━━━━━━━━━━━━━━━━┥
│ Linux │ linux or linux2 (*) │
│ Windows │ win32 │
│ Windows/Cygwin │ cygwin │
│ Windows/MSYS2 │ msys │
│ Mac OS X │ darwin │
│ OS/2 │ os2 │
│ OS/2 EMX │ os2emx │
│ RiscOS │ riscos │
│ AtheOS │ atheos │
│ FreeBSD 7 │ freebsd7 │
│ FreeBSD 8 │ freebsd8 │
│ FreeBSD N │ freebsdN │
│ OpenBSD 6 │ openbsd6 │
┕━━━━━━━━━━━━━━━━━━━━━┷━━━━━━━━━━━━━━━━━━━━━┙

(*) 在 Python 3.3 之前,任何 Linux 版本的值始终是 linux2;之后是linux

关于python - 来自 sys.platform 的可能值?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/446209/

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