java小程序(未签名)可以创建/读取cookie吗?
我想知道是否可以从未签名的小程序向客户端写入 cookie。
I was wondering if it's possible to write cookies to clients from unsigned applets.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,他们可以,您可以使用 JSObject 来实现此目的。
这里需要注意的是,您需要将 jre/lib 目录中的plugin.jar 添加到您的路径中才能对其进行编译。
阅读:
写作:
不要忘记用 Base64 对数据进行编码。
Yes they can, you can use JSObject for this.
Small note here, you need to add the plugin.jar from the jre/lib directory to your path in order to get this compiled.
Reading:
Writing:
Don't forget to encode your data in Base64.