标签: javascript arrays angularjs
如何使用{'again': 1, 'there': 1, 'hi': 2, 'world': 2, 'now': 1, 'hello': 2} 访问数组中的数组内容?
{'again': 1, 'there': 1, 'hi': 2, 'world': 2, 'now': 1, 'hello': 2}
我的第一个数组名为ng-repeat,其中一个名为products。我正在尝试访问jobs数组中的数据,同时仍然知道我正在访问特定部分。
ng-repeat
products
jobs
我正在尝试
但它不起作用,我应该如何解决这个问题呢?