admin 发表于 2015-10-21 20:50:27

Angularjs post请求数据 ng-repeat 产生 $$hashkey错误

Angularjs post请求数据 ng-repeat 产生的 $$hashkey? 如何简单的去掉它?


其实解决方法很简单:

序列化的时候用 angular.toJson,不要用 JSON.stringify 就可以了。

页: [1]
查看完整版本: Angularjs post请求数据 ng-repeat 产生 $$hashkey错误