解除网页选中和右键限制
2026-7-22 乱云飞
document.body.removeAttribute('onmouseup');document.body.removeAttribute('onmousedown');document.body.removeAttribute('oncontextmenu');document.body.removeAttribute('onselectstart');document.body.style.userSelect='auto';document.body.style.webkitUserSelect='auto';console.log('解除成功!');本文链接:http://80c.cc/ez/874.html
发表评论: