logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

angular中json对象push到数组中

在项目中,api要求的数据格式为$scope.data = {"name":"zhangsan","Menus": [{"id":1},{"id":2}]}而我的返回格式为$scope.data=["name":"zhangsan"]$scope.selected = [1,2,3];需要将两个数组整合,其中$scope.selected要先转化为json对象

#angular#json
到底了