Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将文本选择连同文件、img 和标签一起拖到放置区域。我对 html5 dnd 很陌生。任何帮助将不胜感激。即使它是对网络上某些地方的解决方案的引用。谢谢
很好的介绍:
http://html5demos.com/drag
(点击“查看源代码”)
但是您会发现存在问题和限制,尤其是当您尝试在 IE 上拖动不是链接的内容时。这还不是一个完美和成熟的技术(但我喜欢使用它,因为它确实可以增强一些 Web 应用程序的人体工程学)。