

{"id":91,"date":"2021-06-02T12:48:47","date_gmt":"2021-06-02T04:48:47","guid":{"rendered":"https:\/\/www.52dixiaowo.com\/vuejs\/?p=91"},"modified":"2021-06-02T12:55:38","modified_gmt":"2021-06-02T04:55:38","slug":"vue%e4%bd%bf%e7%94%a8axios","status":"publish","type":"post","link":"https:\/\/www.52dixiaowo.com\/vuejs\/post-91.html","title":{"rendered":"vue\u4f7f\u7528axios\u5f02\u6b65\u8bf7\u6c42"},"content":{"rendered":"\n<p>vue\u4e2d, \u901a\u5e38\u4f7f\u7528axios\u6765\u8c03\u7528http\u5f02\u6b65\u8bf7\u6c42, axios\u8c03\u7528\u7684\u8fd4\u56de\u503c\u5fc5\u987b\u662fjson\u683c\u5f0f<\/p>\n\n\n\n<p>\u5728vue\u4e2d\u8c03\u7528axios\u7684get\u6216\u5176\u4ed6\u8c03\u7528\u65f6, this\u7684\u7ed1\u5b9a\u503c\u4f1a\u53d8, \u4f60\u53ef\u4ee5\u4f7f\u7528\u7bad\u5934\u51fd\u6570\u6216\u628athis\u4fdd\u5b58\u4e0b\u6765<\/p>\n\n\n\n<p>\u4e0b\u9762, \u662f\u4e00\u4e2a\u8c03\u7528\u5929\u77e5\u9053\u63a5\u53e3\u7684\u5b9e\u4f8b<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;script src=\"https:\/\/cdn.jsdelivr.net\/npm\/vue\/dist\/vue.js\">&lt;\/script>\n&lt;!-- \u5f15\u5165\u5b98\u7f51\u63d0\u4f9b\u7684 axios -->\n&lt;script src=\"https:\/\/unpkg.com\/axios\/dist\/axios.min.js\">&lt;\/script>\n&lt;h2>vuejs\u914d\u5408axios\u67e5\u8be2\u5929\u6c14\u5b9e\u4f8b&lt;\/h2>\n&lt;div class=\"wrap\" id=\"app\">\n  &lt;div class=\"search_form\">\n\t&lt;div class=\"form_group\">\n\t  &lt;input\n\t\ttype=\"text\"\n\t\tv-model=\"city\" @keyup.enter=\"searchWeather()\"\n\t\tclass=\"input_txt\"\n\t\tplaceholder=\"\u8bf7\u8f93\u5165\u67e5\u8be2\u5730\"\n\t  \/>\n\t  &lt;button class=\"input_sub\" @click=\"searchWeather()\">\n\t\t\u641c \u7d22\n\t  &lt;\/button>\n\t&lt;\/div>\n\t&lt;div class=\"hotkey\">\n\t  &lt;a href=\"javascript:;\"  @click=\"changeCith('\u5317\u4eac')\">\u5317\u4eac&lt;\/a>\n\t  &lt;a href=\"javascript:;\"  @click=\"changeCith('\u6d77\u53e3')\">\u6d77\u53e3&lt;\/a>\n\t  &lt;a href=\"javascript:;\"  @click=\"changeCith('\u5e7f\u5dde')\">\u5e7f\u5dde&lt;\/a>\n\t  &lt;a href=\"javascript:;\"  @click=\"changeCith('\u957f\u6c99')\">\u957f\u6c99&lt;\/a>\n\t&lt;\/div>\n  &lt;\/div>\n  &lt;ul class=\"weather_list\">\n\t&lt;li v-for=\"item in weatherList\">\n\t  &lt;div class=\"info_type\">&lt;span class=\"iconfont\">{{item.type}}&lt;\/span>&lt;\/div>\n\t  &lt;div class=\"info_temp\">\n\t\t&lt;b>{{item.low}}&lt;\/b>\n\t\t~\n\t\t&lt;b>{{item.high}}&lt;\/b>\n\t  &lt;\/div>\n\t  &lt;div class=\"info_date\">&lt;span>{{item.date}}&lt;\/span>&lt;\/div>\n\t&lt;\/li>\n  &lt;\/ul>\n&lt;\/div>\n&lt;!-- \u4e3b\u8981\u7684\u903b\u8f91\u5904\u7406js -->\n&lt;script type=\"text\/javascript\">\n\t var app = new Vue({\n\t\t el:'#app',\n\t\t data:{\n\t\t\t city:'\u5317\u4eac',\n\t\t\t weatherList:&#91;]\n\t\t },\n\t\t methods:{\n\t\t\t searchWeather:function(){\n\t\t\t\t axios.get(\"http:\/\/wthrcdn.etouch.cn\/weather_mini?city=\"+this.city).then((res)=>{\n\t\t\t\t\t console.log(res.data.data.forecast);\n\t\t\t\t\t this.weatherList=res.data.data.forecast\n\t\t\t\t }).catch((err)=>{\n\t\t\t\t\t console.log(err);\n\t\t\t\t })\n\t\t\t },\n\t\t\t changeCith:function(city){\n\t\t\t\t this.city=city;\n\t\t\t\t this.searchWeather();\n\t\t\t }\n\t\t }\n\t })\n&lt;\/script>\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>vue\u4e2d, \u901a\u5e38\u4f7f\u7528axios\u6765\u8c03\u7528http\u5f02\u6b65\u8bf7\u6c42, axios\u8c03\u7528\u7684\u8fd4\u56de\u503c\u5fc5\u987b\u662fjson\u683c\u5f0f \u5728vue\u4e2d\u8c03&hellip; <a href=\"https:\/\/www.52dixiaowo.com\/vuejs\/post-91.html\" class=\"more-link\">\u7ee7\u7eed\u9605\u8bfb <span class=\"screen-reader-text\">vue\u4f7f\u7528axios\u5f02\u6b65\u8bf7\u6c42<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[5],"tags":[],"_links":{"self":[{"href":"https:\/\/www.52dixiaowo.com\/vuejs\/wp-json\/wp\/v2\/posts\/91"}],"collection":[{"href":"https:\/\/www.52dixiaowo.com\/vuejs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.52dixiaowo.com\/vuejs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.52dixiaowo.com\/vuejs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.52dixiaowo.com\/vuejs\/wp-json\/wp\/v2\/comments?post=91"}],"version-history":[{"count":0,"href":"https:\/\/www.52dixiaowo.com\/vuejs\/wp-json\/wp\/v2\/posts\/91\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.52dixiaowo.com\/vuejs\/wp-json\/wp\/v2\/media?parent=91"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.52dixiaowo.com\/vuejs\/wp-json\/wp\/v2\/categories?post=91"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.52dixiaowo.com\/vuejs\/wp-json\/wp\/v2\/tags?post=91"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}