{"id":69,"date":"2021-01-17T19:37:06","date_gmt":"2021-01-17T11:37:06","guid":{"rendered":"http:\/\/gjweb.top\/?p=69"},"modified":"2021-01-17T19:37:08","modified_gmt":"2021-01-17T11:37:08","slug":"class%e5%9f%ba%e6%9c%ac%e8%af%ad%e6%b3%95","status":"publish","type":"post","link":"https:\/\/gjweb.top\/?p=69","title":{"rendered":"class\u57fa\u672c\u8bed\u6cd5"},"content":{"rendered":"\n<p>\u683c\u5f0f<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>class Xxx{\n    constructor(){\n\n    }\n    fun1()\n    fun2()\n}\nlet xxx = new Xxx()<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>class Tabs {\n    constructor(name){\n        this.name = name\n    }\n    run(){\n        return \"hello word\"\n    }\n}\nlet lab = new Tabs(\"\u7334\u5b50\")\nconsole.log(lab)<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">class\u7ee7\u627f\u6027<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>\/\/\u7ee7\u627f\nclass \u5b50\u7c7b extends \u7236\u7c7b {\n    constructor(){\n        super()\n    }\n}\n\/*****\/\n{\n    \/\/ class\u7ee7\u627f\n    class Parent {\n        constructor(){\n            this.name = \"zhangsan\"\n        }\n    }\n    class Child extends Parent {\n        constructor(){\n            super()\n            this.age = \"18\"\n        }\n    }\n    let child = new Child();\n    console.log(child.age,child.name)\n}<\/code><\/pre>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u683c\u5f0f class\u7ee7\u627f\u6027<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"class_list":["post-69","post","type-post","status-publish","format-standard","hentry","category-javascript"],"_links":{"self":[{"href":"https:\/\/gjweb.top\/index.php?rest_route=\/wp\/v2\/posts\/69","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gjweb.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/gjweb.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/gjweb.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gjweb.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=69"}],"version-history":[{"count":0,"href":"https:\/\/gjweb.top\/index.php?rest_route=\/wp\/v2\/posts\/69\/revisions"}],"wp:attachment":[{"href":"https:\/\/gjweb.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=69"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gjweb.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=69"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gjweb.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=69"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}