标签: javascript arrays methods
例如:如果我有一个记录列表,如下所示:
[ { 'id' : 1, 'name' : 'Renato' }, { 'id' : 2, 'name' : 'John' } ]
我希望获得id的列表。
id