huohuoit
Results
1
comments of
huohuoit
> 给个递归方法: > > ```js > const ans = []; > var flaten = function (nums) { > if (typeof nums == 'number') { > return nums; > } //...