function fn() {var a = {};var b = {};a.pro = b;b.pro = a;}fn();
JS新手求解,下面代碼為什么ab的引用次數都是2 不是1么?
森林海
2019-04-19 19:15:27