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.
我正在寻找一些文件,比如可以在 Windows 和 Mac OS 上使用的 DLL,有没有什么方法可以做到这一点?
需要帮助问候。
Java 似乎是一个显而易见的选择。Java 的 DLL 文件变体是 JAR 文件,可以在任何具有 Java 运行时环境的系统上使用。这包括 Windows、Mac OS、Linux 和各种其他操作系统。
而且,Java 被认为比 C++ 更“高级”,尽管关于诸如此类的话题偶尔会出现语言战争。