I tried using JSON.stringify(object)
, but it doesn't go down on the whole structure and hierarchy.(我尝试使用JSON.stringify(object)
,但它并没有涉及整个结构和层次结构。)
On the other hand console.log(object)
does that but I cannot save it.(另一方面, console.log(object)
做到,但是我无法保存它。)
In the console.log
output I can expand one by one all the children and select and copy/paste but the structure is to big for that.(在console.log
输出中,我可以将所有子项一个一个地展开,然后选择并复制/粘贴,但是结构非常重要。)
ask by Eduard Florinescu translate from so
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…