{"id":2271,"date":"2017-05-10T10:58:54","date_gmt":"2017-05-10T02:58:54","guid":{"rendered":"http:\/\/www.qdabc.cn\/?p=2271"},"modified":"2017-05-10T10:58:54","modified_gmt":"2017-05-10T02:58:54","slug":"%e4%bd%bf%e7%94%a8vue-js%e7%bb%93%e5%90%88-jq%e7%9a%84ajax%e5%8a%a0%e8%bd%bd%e6%95%b0%e6%8d%ae","status":"publish","type":"post","link":"http:\/\/www.qdabc.cn\/?p=2271","title":{"rendered":"\u4f7f\u7528Vue.Js\u7ed3\u5408 jQ\u7684Ajax\u52a0\u8f7d\u6570\u636e"},"content":{"rendered":"<pre>&lt;!DOCTYPE html&gt;\r\n&lt;html lang=\"en\"&gt;\r\n&lt;head&gt;\r\n    &lt;meta charset=\"UTF-8\"&gt;\r\n    &lt;title&gt;qdabc.cn&lt;\/title&gt;\r\n    &lt;script src=\"js\/jquery.js\"&gt;&lt;\/script&gt;\r\n    &lt;script src=\"js\/vue.js\"&gt;&lt;\/script&gt;\r\n\r\n&lt;\/head&gt;\r\n&lt;body&gt;\r\n   &lt;div id=\"app\"&gt;\r\n       {{message }}&lt;br&gt;\r\n       &lt;table border=\"1\"&gt;\r\n           &lt;tr v-for=\"data in datas\"&gt;\r\n               &lt;td&gt;{{data.Name}}&lt;\/td&gt;\r\n               &lt;td&gt;{{data.Url}}&lt;\/td&gt;\r\n               &lt;td&gt;{{data.Country}}&lt;\/td&gt;\r\n           &lt;\/tr&gt;\r\n       &lt;\/table&gt;\r\n   &lt;\/div&gt;\r\n\r\n\r\n   &lt;script src=\"js\/app.js\"&gt;&lt;\/script&gt;\r\n&lt;\/body&gt;\r\n&lt;\/html&gt;\r\n\r\nJS\u4ee3\u7801\r\n\/\/\u5b9a\u4e49Vue\u7ec4\u4ef6\r\nnew Vue({\r\n    el: \"#app\",\r\n    data: {\r\n        message: \"\",\r\n        datas: \"\",\r\n\r\n    },\r\n    methods:{\r\n        showData:function () {\r\n            $.ajax({\r\n                type: 'get\/post',\r\n                url: \"\u8fd9\u91cc\u662f\u540e\u53f0\u63a5\u53e3\u7684url\",\r\n                success: function (data) {\r\n                    vum.datas = data.sites;\r\n                }\r\n            })\r\n        }\r\n    },\r\nmounted: function() {\r\n                         this.showData();\r\n        }\r\n})<\/pre>\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=2271\">\u4f7f\u7528Vue.Js\u7ed3\u5408 jQ\u7684Ajax\u52a0\u8f7d\u6570\u636e<\/a><\/p>","protected":false},"excerpt":{"rendered":"<p>&lt;!DOCTYPE html&gt; &lt;html lang=&#8221;en&#8221;&gt; &lt;head&gt; &lt;meta charset=&#8221;UTF-8&#8243;&gt; &lt;title&gt; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[186],"tags":[8,17,26],"_links":{"self":[{"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/posts\/2271"}],"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=2271"}],"version-history":[{"count":1,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/posts\/2271\/revisions"}],"predecessor-version":[{"id":2272,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=\/wp\/v2\/posts\/2271\/revisions\/2272"}],"wp:attachment":[{"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2271"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2271"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.qdabc.cn\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2271"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}