使用小程序在客户端系统上写入文件
我想使用小程序在客户端上写入一个文件。当我们独立于 Java 运行小程序时,我有一些可以编写的内容。但它不能通过浏览器通过JavaScript调用Applet函数来编写。
如何在客户端系统上写入文件?
I want to write a file on client using applet. I have some it can write when we run the applet as separate from Java. But it can't write through browser by calling the applet function from javascript.
How can I write files on client system?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
基本上,有两种(实用的)方法可以将文件从小程序写入客户端文件系统。
Basically, there are two (practical) ways to write files to the client file system from an applet.