flat

可以快速上手的开发文档

#flat

JS数组扁平化(flat)方法总结详解

需求:多维数组=>一维数组letary=[1,[2,[3,[4,5]]],6];letstr=JSON.stringify(ary);第0种处理:直接的调用a..