["username"] => string(5) "zhang"\n }\n 这个名字怎么提取出来
$http.post('http://localhost:82/Home/user/getUser')
.success(function (response) {
// console.log(response);
var name=angular.toJson(response);
console.log(name);
// alert(response. toString() );
$scope.checkName = function(){
//用$scope.user去请求验证的service,根据结果显示是否存在
if($scope.username==name) {
alert("123");
};
}
});
});
求大神 怎么搞才行
zeusGOGOGO
KawhiKing
笑忘o书
相关分类