Converting circular structure to JSON

cause JSON.stringify(obj, ?replacer, ?space) 中的obj如果是一個循環結構就會報下列錯誤: Converting circular structure to JSON。 resolve 用replacer對需要序列化的成員中的「循環引用」進行過濾。
相關文章
相關標籤/搜索