{"id":3035,"date":"2024-11-10T12:00:52","date_gmt":"2024-11-10T04:00:52","guid":{"rendered":"https:\/\/fwq.ai\/blog\/3035\/"},"modified":"2024-11-10T12:00:52","modified_gmt":"2024-11-10T04:00:52","slug":"%e4%b8%ba%e4%bb%80%e4%b9%88%e5%9c%a8-javascript-%e4%b8%ad%ef%bc%8c%e4%bd%bf%e7%94%a8%e5%8c%bf%e5%90%8d%e5%87%bd%e6%95%b0%e5%ae%9a%e4%b9%89%e7%9a%84-a-%e6%97%a0%e6%b3%95%e5%83%8f-class-%e4%b8%80","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/3035\/","title":{"rendered":"\u4e3a\u4ec0\u4e48\u5728 JavaScript \u4e2d\uff0c\u4f7f\u7528\u533f\u540d\u51fd\u6570\u5b9a\u4e49\u7684 a \u65e0\u6cd5\u50cf class \u4e00\u6837\u4f7f\u7528 b \u65b9\u6cd5\uff1f"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/001\/246\/273\/173097162354309.jpg\" class=\"aligncenter\" title=\"\u4e3a\u4ec0\u4e48\u5728 JavaScript \u4e2d\uff0c\u4f7f\u7528\u533f\u540d\u51fd\u6570\u5b9a\u4e49\u7684 a \u65e0\u6cd5\u50cf class \u4e00\u6837\u4f7f\u7528 b \u65b9\u6cd5\uff1f\u63d2\u56fe\" alt=\"\u4e3a\u4ec0\u4e48\u5728 JavaScript \u4e2d\uff0c\u4f7f\u7528\u533f\u540d\u51fd\u6570\u5b9a\u4e49\u7684 a \u65e0\u6cd5\u50cf class \u4e00\u6837\u4f7f\u7528 b \u65b9\u6cd5\uff1f\u63d2\u56fe\" \/><\/p>\n<p><strong>js \u5927\u4f6c\u7406\u89e3\u7684 class \u5b9a\u4e49<\/strong><\/p>\n<p>\u4e3a\u4f55\u4ee3\u7801 &lt;script&gt;$(function (){var temp =new a();temp.b();})&lt;\/script&gt; \u62a5\u9519\uff1f<\/p>\n<p>\u4ee3\u7801\u4e2d\u5b9a\u4e49\u4e86\u4e00\u4e2a\u533f\u540d\u51fd\u6570 a\uff0c\u4f46\u5b9e\u9645\u4f7f\u7528\u65f6\u53c8\u5f53\u505a class \u6765\u5b9a\u4e49\u65b9\u6cd5 b\uff0c\u8fd9\u5bfc\u81f4\u4e86\u5982\u4e0b\u95ee\u9898\uff1a<\/p>\n<p>\u5728\u51fd\u6570 a \u4e2d\u5b9a\u4e49\u7684 b \u4ec5\u5728\u51fd\u6570\u5185\u90e8\u6709\u6548\uff0c\u800c\u4e0d\u662f class \u81ea\u5df1\u7684\u65b9\u6cd5\u3002\u56e0\u6b64\uff0c\u5728\u5b9e\u4f8b\u5316 a \u540e\uff0ctemp.b(); \u65e0\u6cd5\u8c03\u7528\u5230 b \u65b9\u6cd5\u3002<\/p>\n<p><span>\u7acb\u5373\u5b66\u4e60<\/span>\u201c\u201d\uff1b<\/p>\n<p>\u6b63\u786e\u7684\u5199\u6cd5\u5982\u4e0b\uff1a<\/p>\n<pre>var a=function(){\n    this.b=function(){\n        alert(1);\n    }\n}\n\nvar temp =new a();\ntemp.b();<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u5728\u8fd9\u4e2a\u5199\u6cd5\u4e2d\uff0cb \u88ab\u5b9a\u4e49\u4e3a a \u7684\u65b9\u6cd5\uff0c\u5e76\u901a\u8fc7 this \u5173\u952e\u5b57\u7ed1\u5b9a\u5230 a \u5b9e\u4f8b\u4e0a\u3002\u8fd9\u6837\uff0c\u5728\u5b9e\u4f8b\u5316 a \u540e\uff0ctemp.b() \u624d\u80fd\u6b63\u786e\u8c03\u7528\u5230 b \u65b9\u6cd5\u3002<\/p>\n<p>\u4ee5\u4e0a\u5c31\u662f\u4e3a\u4ec0\u4e48\u5728 JavaScript \u4e2d\uff0c\u4f7f\u7528\u533f\u540d\u51fd\u6570\u5b9a\u4e49\u7684 a \u65e0\u6cd5\u50cf class \u4e00\u6837\u4f7f\u7528 b \u65b9\u6cd5\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\u7406\u89e3\u7684 class \u5b9a\u4e49 \u4e3a\u4f55\u4ee3\u7801 &lt;script&gt;$(function (){var temp =new a();temp.b();})&lt;\/script&gt; \u62a5\u9519\uff1f \u4ee3\u7801\u4e2d\u5b9a\u4e49\u4e86\u4e00\u4e2a\u533f\u540d\u51fd\u6570 a\uff0c\u4f46\u5b9e\u9645\u4f7f\u7528\u65f6\u53c8\u5f53\u505a class \u6765\u5b9a\u4e49\u65b9\u6cd5 b\uff0c\u8fd9\u5bfc\u81f4\u4e86\u5982\u4e0b\u95ee\u9898\uff1a \u5728\u51fd\u6570 a \u4e2d\u5b9a\u4e49\u7684 b \u4ec5\u5728\u51fd\u6570\u5185\u90e8\u6709\u6548\uff0c\u800c\u4e0d\u662f class \u81ea\u5df1\u7684\u65b9\u6cd5\u3002\u56e0\u6b64\uff0c\u5728\u5b9e\u4f8b\u5316 a \u540e\uff0ctemp.b(); \u65e0\u6cd5\u8c03\u7528\u5230 b \u65b9\u6cd5\u3002 \u7acb\u5373\u5b66\u4e60\u201c\u201d\uff1b \u6b63\u786e\u7684\u5199\u6cd5\u5982\u4e0b\uff1a var a=function(){ this.b=function(){ alert(1); } } var temp =new a(); temp.b(); \u767b\u5f55\u540e\u590d\u5236 \u5728\u8fd9\u4e2a\u5199\u6cd5\u4e2d\uff0cb \u88ab\u5b9a\u4e49\u4e3a a \u7684\u65b9\u6cd5\uff0c\u5e76\u901a\u8fc7 this \u5173\u952e\u5b57\u7ed1\u5b9a\u5230 a \u5b9e\u4f8b\u4e0a\u3002\u8fd9\u6837\uff0c\u5728\u5b9e\u4f8b\u5316 a \u540e\uff0ctemp.b() \u624d\u80fd\u6b63\u786e\u8c03\u7528\u5230 b \u65b9\u6cd5\u3002 [&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-3035","post","type-post","status-publish","format-standard","hentry","category-16"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/3035","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=3035"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/3035\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=3035"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=3035"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=3035"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}