foo(typeof a); function foo(p) { console.log(this); console.log(p); console.log(typeof b); let b = 0; }
答案已隐藏,点击"查看答案"按钮查看参考答案