{"id":111,"date":"2021-01-18T20:44:10","date_gmt":"2021-01-18T12:44:10","guid":{"rendered":"http:\/\/gjweb.top\/?p=111"},"modified":"2021-01-18T20:44:11","modified_gmt":"2021-01-18T12:44:11","slug":"axios%e4%bc%a0x-www-form-urlencoded%e6%a0%bc%e5%bc%8f%e7%9a%84post","status":"publish","type":"post","link":"https:\/\/gjweb.top\/?p=111","title":{"rendered":"axios\u4f20x-www-form-urlencoded\u683c\u5f0f\u7684post"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">\u5f15\u5165qs<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>cnpm install --save qs<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">\u5c06\u6587\u4ef6\u5f15\u5165\u5230\u4f7f\u7528\u5b83\u7684\u9875\u9762\u4e2d<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>import qs from \"qs\"<\/code><\/pre>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h2 class=\"wp-block-heading\">axios\u4f7f\u7528<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>this.$axios({\n    method:'post',\n    url:\".\/exam\/findExamList\",\n    headers:{ \/\/\u66f4\u6539\u8bf7\u6c42\u5934\n       'Content-Type': 'application\/x-www-form-urlencoded',\n       'charset':'utf-8'\n    },\n    transformRequest:&#91;function(data){ \/\/\u5728axios\u63d0\u4ea4\u5230\u540e\u53f0\u524d\u5c06data\u6570\u636e\u91cd\u65b0\u5c01\u88c5\u6210from\u6570\u636e\n        return qs.stringify(data)\n   }],\n   data:{}\n}).then((response)=&gt;{})<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u5f15\u5165qs \u5c06\u6587\u4ef6\u5f15\u5165\u5230\u4f7f\u7528\u5b83\u7684\u9875\u9762\u4e2d axios\u4f7f\u7528<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[12],"tags":[],"class_list":["post-111","post","type-post","status-publish","format-standard","hentry","category-vue"],"_links":{"self":[{"href":"https:\/\/gjweb.top\/index.php?rest_route=\/wp\/v2\/posts\/111","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=111"}],"version-history":[{"count":0,"href":"https:\/\/gjweb.top\/index.php?rest_route=\/wp\/v2\/posts\/111\/revisions"}],"wp:attachment":[{"href":"https:\/\/gjweb.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=111"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/gjweb.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=111"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/gjweb.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=111"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}