从json数组中获取某一属性的集合

data.map(x => {return x.dateStr});   
dateStr 是json的属性

原文地址:https://www.cnblogs.com/SeaWxx/p/11227625.html