Appearance
A:
方法一:标记清除
let a = { name: '张三' }; let b = { name: '李四' }; a.friend = b; b.friend = a; a = full; b = full;
方法二: