shfshanyue / Daily-Question

互联网大厂内推及大厂面经整理,并且每天一道面试题推送。每天五分钟,半年大厂中

Home Page:https://q.shanyue.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

【Q757】如何解决深拷贝问题中的循环引用

shfshanyue opened this issue · comments

例:

const o = { a: null }

o.a = o