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.
当我使用以下几行运行 python 脚本时:
导入操作系统
host = os.environ.get('HOST') if (host): print(host)
我收到一个 MKS Toolkit for Win32 提示,上面写着“MKS Toolkit for Win32 已停止工作”。
没有这些行,文件运行良好。这发生在 Windows Server 2008 R2 计算机上。它在 Windows 7 上运行良好。有什么想法吗?