This question already has answers here:
How to drag and drop file attachment into the browser?

(6个答案)


6年前关闭。




寻找一些指导,仍然是代码学习者,并且在使用HTML5 DnD / File Api方面有些挣扎...与一些演示一起玩耍,尝试并理解它们的工作原理,我有点问题。

大多数人似乎使用内联css / js方法,我试图在单独的文件中使用它们,但似乎无法正确处理。

有人可以使用从桌面拖入的HTML Canvas 为我做一个非常快速的演示,一个从桌面拖入的简单 Canvas 元素吗?似乎无法理解我的意思。

使用chrome,因此无需担心跨浏览器支持。

非常感谢aldo。

最佳答案

试试这个 -

http://www.w3schools.com/html/html5_draganddrop.asp

https://www.ibm.com/developerworks/mydeveloperworks/blogs/bobleah/entry/html5_an_example_of_drag_and_drop26?lang=en

http://blog.exadel.com/a-simple-html5-drag-and-drop-example/

尝试谷歌搜索,那里有很多简单的例子

07-24 21:56