{"id":27462,"date":"2024-11-24T08:06:14","date_gmt":"2024-11-24T00:06:14","guid":{"rendered":"https:\/\/fwq.ai\/blog\/27462\/"},"modified":"2024-11-24T08:06:14","modified_gmt":"2024-11-24T00:06:14","slug":"%e5%a6%82%e4%bd%95%e5%9c%a8-html-%e4%b8%ad%e7%a6%81%e7%94%a8-ctrl%e6%bb%9a%e8%bd%ae%e7%bc%a9%e6%94%be%ef%bc%9f","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/27462\/","title":{"rendered":"\u5982\u4f55\u5728 HTML \u4e2d\u7981\u7528 Ctrl+\u6eda\u8f6e\u7f29\u653e\uff1f"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/001\/246\/273\/173124792343974.jpg\" class=\"aligncenter\" title=\"\u5982\u4f55\u5728 HTML \u4e2d\u7981\u7528 Ctrl+\u6eda\u8f6e\u7f29\u653e\uff1f\u63d2\u56fe\" alt=\"\u5982\u4f55\u5728 HTML \u4e2d\u7981\u7528 Ctrl+\u6eda\u8f6e\u7f29\u653e\uff1f\u63d2\u56fe\" \/><\/p>\n<p><strong>\u5982\u4f55\u5728 html \u4e2d\u7981\u7528 ctrl+\u6eda\u8f6e\u7f29\u653e<\/strong><\/p>\n<p>\u5728 HTML \u4e2d\uff0c\u60a8\u65e0\u6cd5\u901a\u8fc7 resize \u4e8b\u4ef6\u7981\u7528 Ctrl+\u6eda\u8f6e\u7f29\u653e\uff0c\u56e0\u4e3a\u8be5\u4e8b\u4ef6\u4e0e\u7a97\u53e3\u5927\u5c0f\u8c03\u6574\u6709\u5173\u3002\u4ee5\u4e0b\u662f\u5982\u4f55\u4f7f\u7528 JavaScript \u7981\u7528\u7f29\u653e\uff1a<\/p>\n<p><strong>PC \u7aef\uff08\u539f\u751f\uff09<\/strong><\/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}, { capture: false, passive: false});\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}, false);<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p><strong>Vue \u9875\u9762<\/strong><\/p>\n<pre>methods: {\n  keepRatio() {\n    let ratio = 0; \/\/ \u5b9a\u4e49\u7f29\u653e\u6bd4\u4f8b\n    let screen = window.screen; \/\/ \u83b7\u53d6\u7a97\u53e3\u5bf9\u8c61\n    let ua = navigator.userAgent.toLowerCase();\n    if (window.devicePixelRatio !== undefined) {\n      ratio = window.devicePixelRatio; \/\/ \u50cf\u7d20\u5927\u5c0f\u7684\u6bd4\u4f8b\n    } else if (ua.indexOf('msie')) {\n      if (screen.deviceXDPI &amp;&amp; screen.logicalXDPI) {\n        ratio = screen.deviceXDPI \/ screen.logicalXDPI;\n      }\n    } else if (window.outerWidth !== undefined &amp;&amp; window.innerWidth !== undefined) {\n      ratio = window.outerWidth \/ window.innerWidth; \/\/ \u5916\u90e8\u6bd4\u4f8b\/\u5185\u90e8\u6bd4\u4f8b\uff1a\u7f29\u653e\u6bd4\u4f8b\n    }\n    if (ratio) {ratio = Math.round(ratio * 100)}\n    this.ratio = (ratio \/ 100).toFixed(2);\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; { \/\/ \u76d1\u542c\u7a97\u53e3\u7f29\u653e\n   this.keepRatio()\n  });\n}<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p>\u4ee5\u4e0a\u5c31\u662f\u5982\u4f55\u5728 HTML \u4e2d\u7981\u7528 Ctrl+\u6eda\u8f6e\u7f29\u653e\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\u7528 ctrl+\u6eda\u8f6e\u7f29\u653e \u5728 HTML \u4e2d\uff0c\u60a8\u65e0\u6cd5\u901a\u8fc7 resize \u4e8b\u4ef6\u7981\u7528 Ctrl+\u6eda\u8f6e\u7f29\u653e\uff0c\u56e0\u4e3a\u8be5\u4e8b\u4ef6\u4e0e\u7a97\u53e3\u5927\u5c0f\u8c03\u6574\u6709\u5173\u3002\u4ee5\u4e0b\u662f\u5982\u4f55\u4f7f\u7528 JavaScript \u7981\u7528\u7f29\u653e\uff1a PC \u7aef\uff08\u539f\u751f\uff09 document.addEventListener(&#8216;mousewheel&#8217;, function (e) { e = e || window.event; if ((e.wheelDelta &amp;&amp; event.ctrlKey) || e.detail) { event.preventDefault(); } }, { capture: false, passive: false}); document.addEventListener(&#8216;keydown&#8217;, function (event) { if ((event.ctrlKey === true || event.metaKey === true) &amp;&amp; (event.keyCode === 61 || [&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-27462","post","type-post","status-publish","format-standard","hentry","category-16"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/27462","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=27462"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/27462\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=27462"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=27462"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=27462"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}