传统的写法应该就是对比 index 和 lengthmyArray.forEach((value, index, array) => { index === array.length - 1 && ( // 回调 )})有没有什么比较优雅的方法呢? 总觉得这样写有点 low 查看完整描述