first is the Object everytime different or is it always the same Object?
(首先是对象每次都是不同的还是总是相同的对象?)
If it is always the same nestet Object you can print it to the console using console.log("my nested Object", nestedObject")
(如果始终是同一嵌套对象,则可以使用console.log("my nested Object", nestedObject")
将其打印到控制台。)
If it's structure is everytime different you have to write yourself a parser to write it into an object where you know the structure of your Object and then you can simply print it as li using v-for or multiple nested v-for loops dependend on your Object.
(如果结构每次都不相同,则必须编写一个解析器以将其写入知道对象结构的对象中,然后可以简单地使用v-for或多个嵌套的v-for循环将其打印为li,这取决于您的宾语。)
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…