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.
我可以在 Android 和 iOS 的 phonegap 中使用相同的 java 类吗?
例如,这个例子也适用于 iOS 吗?
你根本不能在 iOS 上使用 Java。
您必须创建 Objective-C 代码来执行与 Java 类相同的操作,并且如果它们为 Phonegap 提供相同的接口,则至少可以共享 Javascript 代码。
现在java可以在iOS上使用,请查看这个链接。希望样品能回答你的问题。