数组使用reduce实现数组扁平化、map、filter、去重本来是要实现一个数组扁平化的,结果搜到一篇博客有reduce实现的方法,也使用reduce实现了map、filter、数组去重这些方法,在这里复现一下。