无法读取json数据 Error: [$http:baddata]

Posted eryaketang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了无法读取json数据 Error: [$http:baddata]相关的知识,希望对你有一定的参考价值。

控制台报了一处错误,并且在控制台页打印不出数据

1
2
3
4
5
6
7
8
9
10
11
 Error: [$http:baddata] http://errors.angularjs.org/1.6.4/$http/baddata?p0=%5B%7B%0D%0A%09%22id%22%…C%0D%0A%09%22like%22%20%20%20%20%3A%2298.93%25%22%0D%0A%7D%5D%3B&p1=%7B%7D
    at angular.min.js:6
    at nc (angular.min.js:96)
    at angular.min.js:97
    at q (angular.min.js:7)
    at xd (angular.min.js:97)
    at f (angular.min.js:99)
    at angular.min.js:134
    at m.$digest (angular.min.js:145)
    at m.$apply (angular.min.js:149)
    at l (angular.min.js:102) "Possibly unhandled rejection: {}"

我的代码,mainCtrl.js

1
2
3
4
5
angular.module(‘app‘).controller(‘mainCtrl‘,[‘$http‘,‘$scope‘,function ($http,$scope) {
    $http.get(‘/data/list.json‘).then(function(resp){
        $scope.list= resp.data;
    });
}]);

json数据

1
2
3
4
5
6
7
8
9
10
[{
    "id"      :"1",
    "imgSrc"  :"/image/list_1.jpg",
    "name"    :"黑眼豆豆",
    "oldPrice":"¥22.00",
    "newPrice":"¥9.00",
    "desc"    :"王祖蓝吃了说“完美”",
    "quantity":"438975",
    "like"    :"98.93%"
}];

以上是关于无法读取json数据 Error: [$http:baddata]的主要内容,如果未能解决你的问题,请参考以下文章

HTTP 错误 500.19 - Internal Server Error 无法读取配置节 system.serviceModel 因为它缺少节声明

Angular 9:从HTTP get中读取JSON

ERROR 1066:无法打开别名结果的迭代器

解码 json 无法打开流:HTTP 请求失败!错误

无法读取数据,因为它的格式不正确 Xcode 11

如何使用数据类在 Kotlin 中解决“无法编写 JSON:无限递归 (***Error)”?