1.請(qǐng)看現(xiàn)象:https://codepen.io/xuyu/proje...
2.我想實(shí)現(xiàn)的效果是複製被拖曳元素到指定區(qū)域,不想刪除被拖曳元素.
ringa_lee
document.addEventListener("drop", function( event ) {
},假);