function a(){ const fn = (e)=>{console.log(this,e)} fn('fn func') } this是指向window,面试官想考察什么呢