I have an array of 4 objects. These objects are all of the same type and have many fields. I want to extract the fields Name, Code and Date from each object, put those values in a new array (one new array for each object) and then place these new arrays in an array. So I'd end up with an array like
[
["Bob","001","1/19/2021"],
["Tom","002","1/17/2021"],
["Dave","003","1/14/2021"],
["John","004","1/9/2021"]
]
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…