问题 (function() { console.log("我拿我自己的 this", this); }()); (() => { console.log("我怎么拿我自己的 this?"); })();