{"id":320,"date":"2020-02-04T21:23:58","date_gmt":"2020-02-04T13:23:58","guid":{"rendered":"https:\/\/blog.cqdefxxx.com\/?p=320"},"modified":"2020-02-04T21:23:58","modified_gmt":"2020-02-04T13:23:58","slug":"this","status":"publish","type":"post","link":"https:\/\/blog.viter.top\/index.php\/2020\/02\/04\/this\/","title":{"rendered":"this"},"content":{"rendered":"<pre class=\"pure-highlightjs\"><code class=\"\">&lt;!DOCTYPE html&gt;\n&lt;html&gt;\n\t&lt;head&gt;\n\t\t&lt;meta charset=\"UTF-8\"&gt;\n\t\t&lt;title&gt;&lt;\/title&gt;\n\t\t&lt;script type=\"text\/javascript\"&gt;\n\t\t\n\t\t\t\/*\n\t\t\t * \u89e3\u6790\u5668\u5728\u8c03\u7528\u51fd\u6570\u6bcf\u6b21\u90fd\u4f1a\u5411\u51fd\u6570\u5185\u90e8\u4f20\u9012\u8fdb\u4e00\u4e2a\u9690\u542b\u7684\u53c2\u6570,\n\t\t\t * \t\u8fd9\u4e2a\u9690\u542b\u7684\u53c2\u6570\u5c31\u662fthis\uff0cthis\u6307\u5411\u7684\u662f\u4e00\u4e2a\u5bf9\u8c61\uff0c\n\t\t\t * \t\u8fd9\u4e2a\u5bf9\u8c61\u6211\u4eec\u79f0\u4e3a\u51fd\u6570\u6267\u884c\u7684 \u4e0a\u4e0b\u6587\u5bf9\u8c61\uff0c\n\t\t\t * \t\u6839\u636e\u51fd\u6570\u7684\u8c03\u7528\u65b9\u5f0f\u7684\u4e0d\u540c\uff0cthis\u4f1a\u6307\u5411\u4e0d\u540c\u7684\u5bf9\u8c61\n\t\t\t * \t\t1.\u4ee5\u51fd\u6570\u7684\u5f62\u5f0f\u8c03\u7528\u65f6\uff0cthis\u6c38\u8fdc\u90fd\u662fwindow\n\t\t\t * \t\t2.\u4ee5\u65b9\u6cd5\u7684\u5f62\u5f0f\u8c03\u7528\u65f6\uff0cthis\u5c31\u662f\u8c03\u7528\u65b9\u6cd5\u7684\u90a3\u4e2a\u5bf9\u8c61\n\t\t\t *\/\n\t\t\t\n\t\t\tfunction fun(){\n\t\t\t\t\/\/console.log(\"a = \"+a+\", b = \"+b);\n\t\t\t\tconsole.log(this.name);\n\t\t\t}\n\t\t\t\n\t\t\t\/\/fun();\n\t\t\t\n\t\t\t\/\/\u521b\u5efa\u4e00\u4e2a\u5bf9\u8c61\n\t\t\tvar obj = {\n\t\t\t\tname:\"\u5b59\u609f\u7a7a\",\n\t\t\t\tsayName:fun\n\t\t\t};\n\t\t\t\n\t\t\tvar obj2 = {\n\t\t\t\tname:\"\u6c99\u548c\u5c1a\",\n\t\t\t\tsayName:fun\n\t\t\t};\n\t\t\t\n\t\t\t\/\/console.log(obj.sayName == fun);\n\t\t\tvar name = \"\u5168\u5c40\u7684name\u5c5e\u6027\";\n\t\t\t\/\/obj.sayName();\n\t\t\t\/\/\u4ee5\u51fd\u6570\u5f62\u5f0f\u8c03\u7528\uff0cthis\u662fwindow\n\t\t\t\/\/fun();\n\t\t\t\n\t\t\t\/\/\u4ee5\u65b9\u6cd5\u7684\u5f62\u5f0f\u8c03\u7528\uff0cthis\u662f\u8c03\u7528\u65b9\u6cd5\u7684\u5bf9\u8c61\n\t\t\t\/\/obj.sayName();\n\t\t\tobj2.sayName();\n\t\t\t\n\t\t&lt;\/script&gt;\n\t&lt;\/head&gt;\n\t&lt;body&gt;\n\t&lt;\/body&gt;\n&lt;\/html&gt;\n<\/code><\/pre>\n<p>&nbsp;<\/p>\n<pre class=\"pure-highlightjs\"><code class=\"\">&lt;!DOCTYPE html&gt;\n&lt;html&gt;\n\t&lt;head&gt;\n\t\t&lt;meta charset=\"UTF-8\"&gt;\n\t\t&lt;title&gt;&lt;\/title&gt;\n\t\t&lt;script type=\"text\/javascript\"&gt;\n\t\t\t\n\t\t\t\/\/\u521b\u5efa\u4e00\u4e2aname\u53d8\u91cf\n\t\t\tvar name = \"\u5168\u5c40\";\n\t\t\t\n\t\t\t\/\/\u521b\u5efa\u4e00\u4e2afun()\u51fd\u6570\n\t\t\tfunction fun(){\n\t\t\t\tconsole.log(this.name);\n\t\t\t}\n\t\t\t\n\t\t\t\/\/\u521b\u5efa\u4e24\u4e2a\u5bf9\u8c61\n\t\t\tvar obj = {\n\t\t\t\t\tname:\"\u5b59\u609f\u7a7a\",\n\t\t\t\t\tsayName:fun\n\t\t\t};\n\t\t\t\n\t\t\tvar obj2 = {\n\t\t\t\t\tname:\"\u6c99\u548c\u5c1a\",\n\t\t\t\t\tsayName:fun\n\t\t\t};\n\t\t\t\n\t\t\t\/\/\u6211\u4eec\u5e0c\u671b\u8c03\u7528obj.sayName()\u65f6\u53ef\u4ee5\u8f93\u51faobj\u7684\u540d\u5b57\n\t\t\t\/\/obj.sayName();\n\t\t\t\n\t\t\tobj.sayName();\n\t\t\t\n\t\t\n\t\t\t\n\t\t&lt;\/script&gt;\n\t&lt;\/head&gt;\n\t&lt;body&gt;\n\t&lt;\/body&gt;\n&lt;\/html&gt;\n<\/code><\/pre>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>&lt;!DOCTYPE html&gt; &lt;html&gt; &lt;head&gt; &lt;meta charset= &#8230;<\/p>","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[],"tags":[4],"_links":{"self":[{"href":"https:\/\/blog.viter.top\/index.php\/wp-json\/wp\/v2\/posts\/320"}],"collection":[{"href":"https:\/\/blog.viter.top\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.viter.top\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.viter.top\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.viter.top\/index.php\/wp-json\/wp\/v2\/comments?post=320"}],"version-history":[{"count":0,"href":"https:\/\/blog.viter.top\/index.php\/wp-json\/wp\/v2\/posts\/320\/revisions"}],"wp:attachment":[{"href":"https:\/\/blog.viter.top\/index.php\/wp-json\/wp\/v2\/media?parent=320"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.viter.top\/index.php\/wp-json\/wp\/v2\/categories?post=320"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.viter.top\/index.php\/wp-json\/wp\/v2\/tags?post=320"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}