如 <a> <img> 元素
a.onmousedown = function(){
if(event.preventDefault){
event.preventDefault();
}
else{
event.returnValue = false;
}
return false;
}
but it's not working on IE. tag A and IMG
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
属性draggable=false