{"id":27330,"date":"2024-11-24T15:32:30","date_gmt":"2024-11-24T07:32:30","guid":{"rendered":"https:\/\/fwq.ai\/blog\/27330\/"},"modified":"2024-11-24T15:32:30","modified_gmt":"2024-11-24T07:32:30","slug":"%e5%a6%82%e4%bd%95%e7%a6%81%e7%94%a8-html-%e9%a1%b5%e9%9d%a2%e4%b8%ad%e7%9a%84-ctrl%e9%bc%a0%e6%a0%87%e6%bb%9a%e8%bd%ae%e7%bc%a9%e6%94%be%e5%8a%9f%e8%83%bd%ef%bc%9f-2","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/27330\/","title":{"rendered":"\u5982\u4f55\u7981\u7528 HTML \u9875\u9762\u4e2d\u7684 Ctrl+\u9f20\u6807\u6eda\u8f6e\u7f29\u653e\u529f\u80fd\uff1f"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/001\/246\/273\/173123014232212.jpg\" class=\"aligncenter\" title=\"\u5982\u4f55\u7981\u7528 HTML \u9875\u9762\u4e2d\u7684 Ctrl+\u9f20\u6807\u6eda\u8f6e\u7f29\u653e\u529f\u80fd\uff1f\u63d2\u56fe\" alt=\"\u5982\u4f55\u7981\u7528 HTML \u9875\u9762\u4e2d\u7684 Ctrl+\u9f20\u6807\u6eda\u8f6e\u7f29\u653e\u529f\u80fd\uff1f\u63d2\u56fe\" \/><\/p>\n<p><strong>\u5982\u4f55\u5728 html \u4e2d\u7981\u6b62\u4f7f\u7528 ctrl+\u9f20\u6807\u6eda\u8f6e\u8fdb\u884c\u7f29\u653e<\/strong><\/p>\n<p>\u5728 HTML \u9875\u9762\u4e2d\uff0c\u4f7f\u7528 Ctrl+\u9f20\u6807\u6eda\u8f6e\u53ef\u4ee5\u65b9\u4fbf\u5730\u8fdb\u884c\u9875\u9762\u7f29\u653e\u3002\u4f46\u662f\uff0c\u5728\u67d0\u4e9b\u60c5\u51b5\u4e0b\uff0c\u60a8\u53ef\u80fd\u9700\u8981\u7981\u7528\u6b64\u529f\u80fd\u3002\u4ee5\u4e0b\u662f\u5982\u4f55\u5b9e\u73b0\uff1a<\/p>\n<p><strong>\u672c\u673a\uff08PC \u7aef\uff09<\/strong><\/p>\n<p>\u5bf9\u4e8e\u539f\u751f HTML \u6587\u6863\uff0c\u4f7f\u7528\u4ee5\u4e0b JavaScript \u4ee3\u7801\uff1a<\/p>\n<pre>document.addEventListener('mousewheel', function (e) {\n  e = e || window.event;\n  if ((e.wheelDelta &amp;&amp; event.ctrlKey) || e.detail) {\n    event.preventDefault();\n  }\n});\ndocument.addEventListener('keydown', function (event) {\n  if ((event.ctrlKey === true || event.metaKey === true)\n    &amp;&amp; (event.keyCode === 61 || event.keyCode === 107\n      || event.keyCode === 173 || event.keyCode === 109\n      || event.keyCode === 187 || event.keyCode === 189)) {\n    event.preventDefault();\n  }\n});<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p><strong>Vue \u9875\u9762<\/strong><\/p>\n<p><span>\u7acb\u5373\u5b66\u4e60<\/span>\u201c\u201d\uff1b<\/p>\n<p>\u5bf9\u4e8e Vue \u9875\u9762\uff0c\u53ef\u4ee5\u4f7f\u7528\u4ee5\u4e0b\u65b9\u6cd5\uff1a<\/p>\n<pre>methods: {\n  keepRatio() {\n    \/\/ \u7701\u7565\u5176\u4ed6\u4ee3\u7801\n    document.body.style.zoom = 1 \/ this.ratio;  \/\/ \u7a97\u53e3\u89c6\u56fe\u9664\u4ee5\u7f29\u653e\u6bd4\u4f8b\uff1a\u5373\u7f29\u653e\u8fd8\u539f\n  }\n}\nmounted() {\n  this.keepRatio()\n  window.addEventListener('resize', () =&gt; {\n    this.keepRatio()\n  });\n}<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u4ee5\u4e0a\u5c31\u662f\u5982\u4f55\u7981\u7528 HTML \u9875\u9762\u4e2d\u7684 Ctrl+\u9f20\u6807\u6eda\u8f6e\u7f29\u653e\u529f\u80fd\uff1f\u7684\u8be6\u7ec6\u5185\u5bb9\uff0c\u66f4\u591a\u8bf7\u5173\u6ce8\u7c73\u4e91\u5176\u5b83\u76f8\u5173\u6587\u7ae0\uff01<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u5982\u4f55\u5728 html \u4e2d\u7981\u6b62\u4f7f\u7528 ctrl+\u9f20\u6807\u6eda\u8f6e\u8fdb\u884c\u7f29\u653e \u5728 HTML \u9875\u9762\u4e2d\uff0c\u4f7f\u7528 Ctrl+\u9f20\u6807\u6eda\u8f6e\u53ef\u4ee5\u65b9\u4fbf\u5730\u8fdb\u884c\u9875\u9762\u7f29\u653e\u3002\u4f46\u662f\uff0c\u5728\u67d0\u4e9b\u60c5\u51b5\u4e0b\uff0c\u60a8\u53ef\u80fd\u9700\u8981\u7981\u7528\u6b64\u529f\u80fd\u3002\u4ee5\u4e0b\u662f\u5982\u4f55\u5b9e\u73b0\uff1a \u672c\u673a\uff08PC \u7aef\uff09 \u5bf9\u4e8e\u539f\u751f HTML \u6587\u6863\uff0c\u4f7f\u7528\u4ee5\u4e0b JavaScript \u4ee3\u7801\uff1a document.addEventListener(&#8216;mousewheel&#8217;, function (e) { e = e || window.event; if ((e.wheelDelta &amp;&amp; event.ctrlKey) || e.detail) { event.preventDefault(); } }); document.addEventListener(&#8216;keydown&#8217;, function (event) { if ((event.ctrlKey === true || event.metaKey === true) &amp;&amp; (event.keyCode === 61 || event.keyCode === 107 || [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[16],"tags":[],"class_list":["post-27330","post","type-post","status-publish","format-standard","hentry","category-16"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/27330","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/comments?post=27330"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/27330\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=27330"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=27330"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=27330"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}