用js onselectstart事件鼠標禁止選中文字

<div style="width:100px" onselectstart="return false">這裏面的文字是不能被鼠標選中的</div> $(this).get(0).onselectstart=function(){return false;};
相關文章
相關標籤/搜索