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.
基本上,我想根据是否使用 Adobe AIR 创建函数和导入类。我已经看到 Adobe 用几个类来做到这一点。因此,如果您没有运行 Adobe AIR,那没关系,但使用 Adobe AIR,您可以使用更多功能
我如何实现这一目标?
您在编译时就知道您的目标平台。所以基本上我会创建两个构建,一个用于网络,一个用于空气,其中包括所需的依赖项。当实现应用程序而不仅仅是库时,您可以轻松地为您的应用程序实现不同的上下文或引导程序(明智地实现接口,而不是类)。