例子:参数array (Array): 需要处理的数组。返回值(Array): 返回一个的新一维数组。 例子:_.flattenDeep([1, [2, [3, [4]], 5]]);// => [1, 2, 3, 4, 5]