{"id":10051,"date":"2023-11-28T21:25:24","date_gmt":"2023-11-28T13:25:24","guid":{"rendered":"https:\/\/wx.kaifamiao.info\/?p=10051"},"modified":"2023-11-30T19:15:49","modified_gmt":"2023-11-30T11:15:49","slug":"javascript-zhong-shei-shic-de-gou-zao-han-shu","status":"publish","type":"post","link":"http:\/\/wx.kaifamiao.info\/index.php\/2023\/11\/28\/javascript-zhong-shei-shic-de-gou-zao-han-shu\/","title":{"rendered":"JavaScript \u4e2d\u8c01\u662f c \u7684\u6784\u9020\u51fd\u6570\uff1f"},"content":{"rendered":"<p>\u5728 JavaScript \u4e2d\uff0c\u6784\u9020\u51fd\u6570\u662f\u7528\u6765\u521b\u5efa\u5bf9\u8c61\u7684\u51fd\u6570\u3002\u4f46\u662f JavaScript \u5e76\u6ca1\u6709\u540d\u4e3a &quot;c&quot; \u7684\u9ed8\u8ba4\u6784\u9020\u51fd\u6570\u3002<\/p>\n<p>\u901a\u5e38\u60c5\u51b5\u4e0b\uff0c\u5f00\u53d1\u4eba\u5458\u81ea\u5df1\u5b9a\u4e49\u6784\u9020\u51fd\u6570\u6765\u521b\u5efa\u5bf9\u8c61\u3002\u4f8b\u5982\uff1a<\/p>\n<pre><code class=\"language-javascript\">\/\/ \u81ea\u5b9a\u4e49\u6784\u9020\u51fd\u6570\nfunction Person(name, age) {\n  this.name = name;\n  this.age = age;\n}\n\n\/\/ \u4f7f\u7528\u6784\u9020\u51fd\u6570\u521b\u5efa\u5bf9\u8c61\nconst person1 = new Person('Alice', 30);\nconst person2 = new Person('Bob', 25);\n<\/code><\/pre>\n<p>\u5728\u8fd9\u4e2a\u4f8b\u5b50\u4e2d\uff0c<code>Person<\/code> \u5c31\u662f\u4e00\u4e2a\u81ea\u5b9a\u4e49\u7684\u6784\u9020\u51fd\u6570\uff0c\u901a\u8fc7 <code>new<\/code> \u5173\u952e\u5b57\u5b9e\u4f8b\u5316\u8fd9\u4e2a\u6784\u9020\u51fd\u6570\u53ef\u4ee5\u521b\u5efa <code>Person<\/code> \u7c7b\u578b\u7684\u5bf9\u8c61\u3002\u6bcf\u4e2a\u5bf9\u8c61\u90fd\u6709\u81ea\u5df1\u7684 <code>name<\/code> \u548c <code>age<\/code> \u5c5e\u6027\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u5728 JavaScript \u4e2d\uff0c\u6784\u9020\u51fd\u6570\u662f\u7528\u6765\u521b\u5efa\u5bf9\u8c61\u7684\u51fd\u6570\u3002\u4f46\u662f JavaScript \u5e76\u6ca1\u6709\u540d\u4e3a &#038;quot [&hellip;]<\/p>\n","protected":false},"author":11,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[115],"tags":[],"class_list":["post-10051","post","type-post","status-publish","format-standard","hentry","category-javascript"],"_links":{"self":[{"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/posts\/10051","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/comments?post=10051"}],"version-history":[{"count":2,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/posts\/10051\/revisions"}],"predecessor-version":[{"id":13680,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/posts\/10051\/revisions\/13680"}],"wp:attachment":[{"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/media?parent=10051"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/categories?post=10051"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/wx.kaifamiao.info\/index.php\/wp-json\/wp\/v2\/tags?post=10051"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}