240 发简信
IP属地:贵州
  • Vue请求数据的几种方法例子

    jsonp请求方法: this.$http.jsonp(this.getUrl,{//getUrl是我放在data中的变量 params:{//...