Firefox下拖拽打开新窗口? document.body.ondrop = function(event){ event.preventDefault(); event.stopPropagation(); } 用上面的代码可修复