如何通过浏览器拖动图片获取html5文件API功能
就像google images一样,我想获得拖放已在浏览器中加载的 html 页面的图像。 我知道有一些脚本实现了 htm5 文件 API,但没有一个脚本能够识别浏览器中的图像。 如何获得?
Like google images, I'd like to obtain the functionality of drag and drop images of html pages already loaded in browser.
I know there are some scripts that implement htm5 file API, but no one of this recognize in-browser images.
How to get it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
关于如何进行文件拖放,有一个完整的 html5rocks 教程。
There's a whole tutorial on html5rocks about how to do file drag and drop.