Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
通过使用环境 API,我们得到了 windows 版本。但 Windows 8.1 和 Windows Server 2012 R2 均显示 6.3。
请通过使用环境变量建议一些代码如何区分它们。
检查是否VER_NT_WORKSTATION == OSversion.wProductType,如果是,则为 windows 8,如果否,则为 server 2012。
VER_NT_WORKSTATION == OSversion.wProductType
请注意,GetVersionEx 最多支持 Windows 8,对于 win 8.1 或 10,您将获得 6.2 版