{"id":665,"date":"2017-03-03T14:52:02","date_gmt":"2017-03-03T06:52:02","guid":{"rendered":"http:\/\/www.qdabc.cn\/?p=665"},"modified":"2017-03-03T14:52:02","modified_gmt":"2017-03-03T06:52:02","slug":"js%e5%ae%9e%e7%8e%b0%e9%93%be%e5%bc%8f%e8%b0%83%e7%94%a8","status":"publish","type":"post","link":"http:\/\/www.qdabc.cn\/?p=665","title":{"rendered":"js\u5b9e\u73b0\u94fe\u5f0f\u8c03\u7528"},"content":{"rendered":"<pre class=\"brush:js;toolbar:false\">&lt;!DOCTYPE html&gt;\r\n&lt;html&gt;\r\n&lt;head&gt;\r\n  &lt;meta charset=\"UTF-8\"&gt;\r\n  &lt;title&gt;js\u5b9e\u73b0\u94fe\u5f0f\u8c03\u7528&lt;\/title&gt;\r\n&lt;\/head&gt;\r\n&lt;body&gt;\r\n  &lt;div id=\"id\"&gt;123&lt;\/div&gt;\r\n  &lt;script&gt;\r\n    window.$ = function(){\r\n       return new _$(id);\r\n    }\r\n    function _$(id){\r\n       this.elements = document.getElementById(id);\r\n    }\r\n    _$.prototype = {\r\n       constructor:_$,\r\n       hide:function(){\r\n           console.log('hide');\r\n           return this;\r\n       },\r\n       show:function(){\r\n           console.log('shwo');\r\n           return this;\r\n       },\r\n       getName:function(callback){\r\n           if(callback){\r\n               callback.call(this,this.name);\r\n           }\r\n           return this;\r\n       },\r\n       setName:function(name){\r\n           this.name = name;\r\n           return this;\r\n       }\r\n    }\r\n    $('id').setName('ss').getName(function(name){\r\n       console.log(name);\r\n    }).show().hide().show().hide().show();\r\n  &lt;\/script&gt;\r\n&lt;\/body&gt;\r\n&lt;\/html&gt;<\/pre>\n<p>\u5728\u6253\u5370\u53f0\u53ef\u4ee5\u770b\u5230\u6548\u679c\u3002\u6700\u4e3b\u8981\u7684\u4e00\u4e2a\u6b65\u9aa4\u5c31\u662freturn this\uff0c\u624d\u53ef\u4ee5\u8fbe\u5230\u94fe\u5f0f\u8c03\u7528\u7684\u76ee\u7684\u3002<\/p>\n<p class=\"post-copyright\">\u6b22\u8fce\u5206\u4eab\u672c\u6587\uff0c\u8f6c\u8f7d\u8bf7\u4fdd\u7559\u51fa\u5904\uff1a<a href=\"http:\/\/www.qdabc.cn\">\u524d\u7aefABC<\/a> &raquo; <a href=\"http:\/\/www.qdabc.cn\/?p=665\">js\u5b9e\u73b0\u94fe\u5f0f\u8c03\u7528<\/a><\/p>","protected":false},"excerpt":{"rendered":"<p>&lt;!DOCTYPE html&gt; &lt;html&gt; &lt;head&gt; &lt;meta charset=&#8221;UTF-8&#8243;&gt; &lt;title&gt;js\u5b9e\u73b0\u94fe\u5f0f\u8c03\u7528&#038;l [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":320,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[9],"_links":{"self":[{"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/posts\/665"}],"collection":[{"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=665"}],"version-history":[{"count":1,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/posts\/665\/revisions"}],"predecessor-version":[{"id":666,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/posts\/665\/revisions\/666"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/media\/320"}],"wp:attachment":[{"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=665"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=665"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=665"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}