日期:2014-05-16 浏览次数:20536 次
function stopDefault(e){ if(e&&e.preventDefault){ e.preventDefault(); //w3c }else window.event.returnValue=false; //IE }