标签:code http pre js循环 src 循环 数据 map inf
// 构造左边的数据 //map 必须要有一个返回值 _this.Cates是一个类似上面的数组哈! let leftMenuList = _this.Cates.map(v => v.cat_name);
js循环之map在工作中的使用
原文地址:https://www.cnblogs.com/IwishIcould/p/12130897.html