摘要:
css: div { -moz-user-select:none; -webkit-user-select:none; user-select:none; } js: // 先取到标签对象if(document.all){ //for ie obj.onselectstart= function() 阅读全文
posted @ 2021-09-06 10:04
决天
阅读(43)
评论(0)
推荐(0)