Say you have an array of arrays full of objects you want to flatten into one array: const nestedArrays: Person[][] = [ [ {firstName: "Andrew", ...
確定! 回上一頁