How to copy the objects from chrome console window?

前端 未结 5 1672
被撕碎了的回忆
被撕碎了的回忆 2020-12-12 19:06

I have tried to copy the objects as text, but it show just [object object]. Before this I had tried with copy commend it was success but not now.Is that chr

5条回答
  •  情话喂你
    2020-12-12 19:46

    You should check thecount object to avoid circular reference, before using copy(JSON.stringify(count)), please see here

提交回复
热议问题