{"id":3094,"date":"2024-11-10T11:26:27","date_gmt":"2024-11-10T03:26:27","guid":{"rendered":"https:\/\/fwq.ai\/blog\/3094\/"},"modified":"2024-11-10T11:26:27","modified_gmt":"2024-11-10T03:26:27","slug":"javascript-%e6%9e%84%e9%80%a0%e5%87%bd%e6%95%b0%e4%b8%ad%e6%96%b9%e6%b3%95%e5%ae%9a%e4%b9%89%e4%b8%ba%e4%bd%95%e6%97%a0%e6%b3%95%e8%a2%ab%e8%b0%83%e7%94%a8%ef%bc%9f","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/3094\/","title":{"rendered":"JavaScript \u6784\u9020\u51fd\u6570\u4e2d\u65b9\u6cd5\u5b9a\u4e49\u4e3a\u4f55\u65e0\u6cd5\u88ab\u8c03\u7528\uff1f"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/001\/246\/273\/173099124488868.jpg\" class=\"aligncenter\" title=\"JavaScript \u6784\u9020\u51fd\u6570\u4e2d\u65b9\u6cd5\u5b9a\u4e49\u4e3a\u4f55\u65e0\u6cd5\u88ab\u8c03\u7528\uff1f\u63d2\u56fe\" alt=\"JavaScript \u6784\u9020\u51fd\u6570\u4e2d\u65b9\u6cd5\u5b9a\u4e49\u4e3a\u4f55\u65e0\u6cd5\u88ab\u8c03\u7528\uff1f\u63d2\u56fe\" \/><\/p>\n<p><strong>js \u5927\u4f6c\u4e0d\u61c2\u4e3a\u5565\u539f\u56e0\u4e4b a \u5bf9\u8c61\u7684 b \u65b9\u6cd5<\/strong><\/p>\n<p>\u7f51\u53cb\u63d0\u95ee\uff1a<\/p>\n<p>\u5728 html5 \u4e2d\u4f7f\u7528 jquery \u65f6\u9047\u5230\u4e86\u95ee\u9898\uff0c\u5982\u4e0b\u4ee3\u7801\u6240\u793a\uff1a<\/p>\n<pre>&lt;script&gt;\n$(function() {\n  var temp = new a();\n  temp.b();\n})\nvar a = function() {\n  var b = function() {\n    alert(1);\n  }\n}\n&lt;\/script&gt;<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u7136\u800c\uff0c\u8fd0\u884c\u4ee3\u7801\u65f6\u5374\u62a5\u9519\u3002\u8bf7\u95ee\u539f\u56e0\u662f\u4ec0\u4e48\uff1f<\/p>\n<p><strong>\u56de\u7b54\uff1a<\/strong><\/p>\n<p><span>\u7acb\u5373\u5b66\u4e60<\/span>\u201c\u201d\uff1b<\/p>\n<p>\u95ee\u9898\u51fa\u5728\u5bf9 a \u6784\u9020\u51fd\u6570\u7684\u5b9a\u4e49\u4e0a\u3002\u6b63\u786e\u5199\u6cd5\u5982\u4e0b\uff1a<\/p>\n<pre>var a = function() {\n  this.b = function() {\n    alert(1);\n  };\n};<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u5728\u4f60\u7684\u5199\u6cd5\u4e2d\uff0cb \u51fd\u6570\u5e76\u6ca1\u6709\u7ed1\u5b9a\u5230 a \u5bf9\u8c61\u4e0a\uff0c\u800c\u4ec5\u4ec5\u5728 a \u51fd\u6570\u5185\u90e8\u5b9a\u4e49\u4e86\u3002\u56e0\u6b64\uff0c\u5b9e\u4f8b\u5316 a \u540e\uff0c\u65e0\u6cd5\u901a\u8fc7 temp.b() \u8c03\u7528 b \u51fd\u6570\u3002<\/p>\n<p><strong>\u539f\u7406\u89e3\u91ca\uff1a<\/strong><\/p>\n<p>\u5728 javascript \u4e2d\uff0c\u5bf9\u8c61\u53ef\u4ee5\u901a\u8fc7\u6784\u9020\u51fd\u6570\u521b\u5efa\u3002\u6784\u9020\u51fd\u6570\u7684\u4f5c\u7528\u662f\u4e3a\u5bf9\u8c61\u521b\u5efa\u5c5e\u6027\u548c\u65b9\u6cd5\u3002\u5728\u4f60\u7684\u6848\u4f8b\u4e2d\uff0ca \u51fd\u6570\u662f\u4e00\u4e2a\u6784\u9020\u51fd\u6570\uff0c\u5b83\u5b9a\u4e49\u4e86 b \u5c5e\u6027\uff0c\u4f46\u6ca1\u6709\u5c06\u5176\u4e0e a \u5bf9\u8c61\u5173\u8054\u8d77\u6765\u3002<\/p>\n<p>\u8981\u6b63\u786e\u7ed1\u5b9a\u65b9\u6cd5\uff0c\u9700\u8981\u4f7f\u7528 this \u5173\u952e\u5b57\u3002this \u5173\u952e\u5b57\u6307\u5411\u5f53\u524d\u5bf9\u8c61\uff0c\u56e0\u6b64 this.b \u8868\u793a\u5f53\u524d\u5bf9\u8c61\uff08\u5373 a \u5bf9\u8c61\uff09\u7684 b \u65b9\u6cd5\u3002<\/p>\n<p>\u4ee5\u4e0a\u5c31\u662fJavaScript \u6784\u9020\u51fd\u6570\u4e2d\u65b9\u6cd5\u5b9a\u4e49\u4e3a\u4f55\u65e0\u6cd5\u88ab\u8c03\u7528\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>js \u5927\u4f6c\u4e0d\u61c2\u4e3a\u5565\u539f\u56e0\u4e4b a \u5bf9\u8c61\u7684 b \u65b9\u6cd5 \u7f51\u53cb\u63d0\u95ee\uff1a \u5728 html5 \u4e2d\u4f7f\u7528 jquery \u65f6\u9047\u5230\u4e86\u95ee\u9898\uff0c\u5982\u4e0b\u4ee3\u7801\u6240\u793a\uff1a &lt;script&gt; $(function() { var temp = new a(); temp.b(); }) var a = function() { var b = function() { alert(1); } } &lt;\/script&gt; \u767b\u5f55\u540e\u590d\u5236 \u7136\u800c\uff0c\u8fd0\u884c\u4ee3\u7801\u65f6\u5374\u62a5\u9519\u3002\u8bf7\u95ee\u539f\u56e0\u662f\u4ec0\u4e48\uff1f \u56de\u7b54\uff1a \u7acb\u5373\u5b66\u4e60\u201c\u201d\uff1b \u95ee\u9898\u51fa\u5728\u5bf9 a \u6784\u9020\u51fd\u6570\u7684\u5b9a\u4e49\u4e0a\u3002\u6b63\u786e\u5199\u6cd5\u5982\u4e0b\uff1a var a = function() { this.b = function() { alert(1); }; }; [&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-3094","post","type-post","status-publish","format-standard","hentry","category-16"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/3094","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=3094"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/3094\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=3094"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=3094"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=3094"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}