vue qs插件的使用(get请求很有用)

安装

npm install qs

使用

let data = qs.stringify({

    "username":this.username,

    "password":this.password

});

格式是这样的:username=renping&password=123456

猜你喜欢

转载自blog.csdn.net/xinzi11243094/article/details/87716979