摘要: 先看道题 var obj = { hi: function(){ console.log(this); return ()=>{ console.log(this); } }, sayHi: function(){ return function() { console.log(this); ret 阅读全文
posted @ 2022-08-15 16:00 北火廿口 阅读(48) 评论(0) 推荐(0)