vue向后端传递数据之GET和POST

使用GET方法传递参数

      这种url拼接是微信小程序的拼接方式 :url = url  +'?year='+this.cur_year + '&month=' + this.cur_month

this.$http.post(url,form,options).then(res=>{

原文地址:https://www.cnblogs.com/xingkongzhizhu/p/14501332.html