php:动态生成JNLP?
如何动态生成 .jnlp 文件?是否需要为此扩展指定 mime 类型?
how can I dynamically generate a .jnlp file ? Is there a mime-type that needs to be specified for this extension ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据德语版本的关于 JLNP 的维基百科文章,内容类型是
您可能需要发送的内容。
除此之外,它应该只是发送 XML 数据。
According to the german version of the Wikipedia Article on JLNP, the content type is
you'll presumably need to send that.
Other than that, it should be just sending the XML data.