一个 jar 文件中有多个小程序,一页中有多个小程序?
我最近开始开发小程序。
我想知道是否可以:
将多个小程序打包在一个 jar 文件中 如果是,我该怎么做? 如果不,为什么不呢? (即技术原因)
在同一页面上使用多个小程序 如果是,我如何在我的页面中引用存档中的特定小程序? 如果不,为什么不呢? (即技术原因)
对于上述任一情况,我是否需要注意任何问题?
I have recently started developing applets.
I want to know if it is possible to:
package multiple applets in one jar file
if yes, how do I do this ?
if no, why not ? (i.e. technical reason)use multiple applets on the same page
if yes, how do I reference a particular applet from an archive, in my page?
if no, why not ? (i.e. technical reason)
Are there any gotchas I need to be aware of for either of the above?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请阅读此处了解 applet 标记的详细信息。
Read here for the details of the applet tag.