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