摘要: css: div { -moz-user-select:none; -webkit-user-select:none; user-select:none; } js: // 先取到标签对象if(document.all){ //for ie obj.onselectstart= function() 阅读全文