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.
我使用 JavaScript 制作了一个游戏。我使用 NW.JS将其转换为 exe ,但我想在 Playstation 上运行游戏。我从 Internet 上发现您需要 .ELF 文件才能在控制台上运行它。我想知道如何将.exe 转换为.elf。
你不能。
一个软件有更多的平台特定性,而不仅仅是它最终的二进制文件类型。
如果你想在控制台上运行它,你首先需要使用一个支持这种控制台的框架。