Say if you were unable to access a certain item inside an object through dot notation like objectName.objectItem
i.e. it has random name al the time. Is there a way to alternatively access it like second item?
how to get item2 from this object by only knowing that it is second item there?:
something: {
item1: "text",
item2: "text",
item3: "text:,
...
}
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…