从剪贴板获取图像并保存图像
event.clipboardData.setData('image/jpg', "mapImage");
如何使用此代码从剪贴板获取图像 以及如何发送电子邮件
event.clipboardData.setData('image/jpg', "mapImage");
How to use this code get image from clipboard
And how to send email
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不太记得javascript方法,如果你使用的是javascript,但无论它是什么,获取图像很可能就像用“get”替换“set”一样简单:
至于发送电子邮件,我认为事情是这样的:
I can't quite remember the javascript method, if it is javascript you're using, but whatever it is, it's most likely the getting of the image is as simple as substituting 'set' with 'get':
As for sending an email, I think it goes something like this:
尽管据我所知,在提出这个问题时这是不可能的,但我想指出今天这是可能的,至少在谷歌浏览器中是这样。 他们将其实现为在 GMail 中使用,但它可用于所有网站。
如何粘贴剪贴板中的图像功能可以在 Gmail 和 Google Chrome 12+ 中使用吗?
Despite AFAIK this wasn't possible at the time this question was asked, I want to point out this is possible today, at least in Google Chrome. They implemented it to use in GMail, but it is available for all websites.
How does the paste image from clipboard functionality work in Gmail and Google Chrome 12+?