在 Chrome 中,以下会产生Uncaught TypeError: Illegal invocation:
g = console.log;
g(1);
为什么会发生这种情况,为什么我不能console.log
像对待普通对象一样对待?
在 Chrome 中,以下会产生Uncaught TypeError: Illegal invocation:
g = console.log;
g(1);
为什么会发生这种情况,为什么我不能console.log
像对待普通对象一样对待?