为了账号安全,请及时绑定邮箱和手机立即绑定

angualr怎么后台传入不了参数啊

angualr怎么后台传入不了参数啊

繁星点点滴滴 2018-12-19 18:13:08
var app = angular.module('app', []);app.controller('Ctrl', function($scope, $http) {    $("#cc").click(function() {        $scope.sdata2 = {            name: $(".aa").html(),            pwd: $(".bb").html()        };        $http({            url: "../download.json",            mettod: 'get',            data: $scope.sdata2,            dataType: 'json',        }).then(function(data) {            $scope.txt = data.data.data;        })    })})没有报错后面没有参数 是我写错了吗?
查看完整描述

1 回答

?
慕桂英3389331

TA贡献2036条经验 获得超8个赞

get 请求使用 params 传参


查看完整回答
反对 回复 2019-01-16
  • 1 回答
  • 0 关注
  • 412 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信