将信息存储在客户端的剪贴板中,例如 Activestate
Activestate代码配方具有以下功能将信息存储在访问网络的客户端的剪贴板中。我怎样才能做到这一点?
Activestate Code Recipe has the function of storing information in a clipboard in a client that access the web. How can I do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 Javascript 将信息存储在客户端的剪贴板上。
http://brooknovak.wordpress.com/ 2009/07/28/使用javascript访问系统剪贴板/
You can store information on the client's clipboard using Javascript.
http://brooknovak.wordpress.com/2009/07/28/accessing-the-system-clipboard-with-javascript/