22题 Flatten List 列表扁平化
Flatten List 列表扁平化DescriptionGiven a list, each element in the list can be a list or an integer.Flatten it into a simply list with integers./** * // This is the interface that allows for creating nested lists. * // You should not implement it, or spe