axios设置application/x-www-form-urlencoded

Posted wmui

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了axios设置application/x-www-form-urlencoded相关的知识,希望对你有一定的参考价值。

this.$axios({
       method: ‘post‘,
       url: ‘http://www.17huo.com/tusou/deeplorSearch.html‘,
       headers: {
         ‘Content-Type‘: ‘application/x-www-form-urlencoded; charset=UTF-8‘
       },
       data: { imgFile: url },
       params: { imgFile: url }
     }).then(data => {
       console.log(data)
     })

data和params都必须传递,最好还是让后端设置支持application/json

以上是关于axios设置application/x-www-form-urlencoded的主要内容,如果未能解决你的问题,请参考以下文章

thinkphp I()方法获取不到ajax传值

跨域请求设置说明 - Stone.Zhou

php请求相关

如何使用“Content-type:application/x-www-form-urlencoded”发出 Okhttp 请求?

AJAX用法

面试问题总结