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.
在 Haxe 中,有什么方法可以获取当前操作系统的名称吗?我正在寻找一种适用于所有 Haxe 目标语言的方法。
使用 Sys.systemName() 获取操作系统的名称 - 这适用于多种目标语言。