gtandsn
Results
2
comments of
gtandsn
其实就是foo的指向发生了变化 最开始初始化的时候 foo指向 function () { var t = new Date() foo = function () { console.log(`the same time: ${t}`); } return foo(); } 运行完成以后 foo指向 foo = function ()...
还是有点理解不了呢