阻止拖拽事件。
<script> window.ondragover = function (e) { e.preventDefault() } window.ondrop = function (e) { e.preventDefault() } window.ondragover = function (e) { e.preventDefault() } </script>
阻止拖拽事件。
<script> window.ondragover = function (e) { e.preventDefault() } window.ondrop = function (e) { e.preventDefault() } window.ondragover = function (e) { e.preventDefault() } </script>