{"id":175,"date":"2023-07-26T00:43:09","date_gmt":"2023-07-25T16:43:09","guid":{"rendered":"https:\/\/iwebg.cn\/?p=175"},"modified":"2023-07-26T00:44:35","modified_gmt":"2023-07-25T16:44:35","slug":"js%e7%a6%81%e7%94%a8%e7%bd%91%e9%a1%b5%e5%a4%8d%e5%88%b6","status":"publish","type":"post","link":"http:\/\/iwebg.cn\/index.php\/2023\/07\/26\/js%e7%a6%81%e7%94%a8%e7%bd%91%e9%a1%b5%e5%a4%8d%e5%88%b6\/","title":{"rendered":"JS\u7981\u7528\u7f51\u9875\u590d\u5236"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">\u5185\u5bb9\u6765\u81ea\uff1a<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/zhuanlan.zhihu.com\/p\/348299601?utm_id=0\">https:\/\/zhuanlan.zhihu.com\/p\/348299601?utm_id=0<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u4e00\u3001\u901a\u8fc7 JavaScript \u5b9e\u73b0<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code><em>\/\/ \u7981\u6b62\u53f3\u952e\u83dc\u5355\n<\/em>document.oncontextmenu = function(){ return false; };\n<em>\/\/ \u7981\u6b62\u6587\u5b57\u9009\u62e9\n<\/em>document.onselectstart = function(){ return false; };\n<em>\/\/ \u7981\u6b62\u590d\u5236\n<\/em>document.oncopy = function(){ return false; };\n<em>\/\/ \u7981\u6b62\u526a\u5207\n<\/em>document.oncut = function(){ return false; };\n<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\u5141\u8bb8\u590d\u5236\u9700\u8981\u628a\u4ee5\u4e0a\u7684false\u6539\u4e3atrue<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u4e8c\u3001\u901a\u8fc7 HTML \u5b9e\u73b0<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;body \n    oncopy=\"return false\" \n    oncut=\"return false;\" \n    onselectstart=\"return false\" \n    oncontextmenu=\"return false\"\n>\n<em>&lt;!--\u2026\u2026--><\/em>\n&lt;\/body>\n<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\u901a\u8fc7\u4ee5\u4e0b JS \u4ee3\u7801\u53ef\u4ee5\u6062\u590d\u9875\u9762\u590d\u5236\u3001\u526a\u5207\u53ca\u5185\u5bb9\u9009\u4e2d\u529f\u80fd\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><br>document.body.oncopy = null;<br>document.body.oncut = null;<br>document.body.onselectstart = null;<br>document.body.oncontextmenu = null;<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">\u4e09\u3001\u901a\u8fc7 CSS \u5b9e\u73b0<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>body {\n  -moz-user-select:none; <em>\/* Firefox\u79c1\u6709\u5c5e\u6027 *\/<\/em>\n  -webkit-user-select:none; <em>\/* WebKit\u5185\u6838\u79c1\u6709\u5c5e\u6027 *\/<\/em>\n  -ms-user-select:none; <em>\/* IE\u79c1\u6709\u5c5e\u6027(IE10\u53ca\u4ee5\u540e) *\/<\/em>\n  -khtml-user-select:none; <em>\/* KHTML\u5185\u6838\u79c1\u6709\u5c5e\u6027 *\/<\/em>\n  -o-user-select:none; <em>\/* Opera\u79c1\u6709\u5c5e\u6027 *\/<\/em>\n  user-select:none; <em>\/* CSS3\u5c5e\u6027 *\/<\/em>\n}<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">\u6062\u590d\u9875\u9762\u5185\u5bb9\u9009\u4e2d\u529f\u80fd\uff0c\u9700\u8981\u901a\u8fc7 JS \u4ee3\u7801\u8fdb\u884c\u5b9e\u73b0\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>document.body.style.webkitUserSelect = 'auto'; <em>\/\/ Firefox\n<\/em><em><\/em>document.body.style.userSelect = 'auto'; <em>\/\/ Chrome<\/em><\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u5185\u5bb9\u6765\u81ea\uff1a https:\/\/zhuanlan.zhihu.com\/p\/348299601?utm_id=0 \u4e00 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-175","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"http:\/\/iwebg.cn\/index.php\/wp-json\/wp\/v2\/posts\/175","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/iwebg.cn\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/iwebg.cn\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/iwebg.cn\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/iwebg.cn\/index.php\/wp-json\/wp\/v2\/comments?post=175"}],"version-history":[{"count":3,"href":"http:\/\/iwebg.cn\/index.php\/wp-json\/wp\/v2\/posts\/175\/revisions"}],"predecessor-version":[{"id":178,"href":"http:\/\/iwebg.cn\/index.php\/wp-json\/wp\/v2\/posts\/175\/revisions\/178"}],"wp:attachment":[{"href":"http:\/\/iwebg.cn\/index.php\/wp-json\/wp\/v2\/media?parent=175"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/iwebg.cn\/index.php\/wp-json\/wp\/v2\/categories?post=175"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/iwebg.cn\/index.php\/wp-json\/wp\/v2\/tags?post=175"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}