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.
有谁知道这在 J2ME 中是否可行?
我想要一个应用程序,它在打开时简单地启动浏览器并将浏览器定向到特定网页。
如果是这样,它是否得到广泛支持。
您可以使用javax.microedition.midlet.MIDlet.platformRequest()它在几乎所有支持 JavaME 的手机上启动浏览器。本文详细介绍了调用浏览器等平台服务。
javax.microedition.midlet.MIDlet.platformRequest()