根据ID获取对象数组中的一条数据的索引

技术 · 03-22
var index = dataList.map(function (item) { return item.Id; }).indexOf(Id);
javascript
Theme Jasmine by Kent Liao