最佳答案
如果在 chrome 控制台中运行:
console.log.apply(null, [array])
Chrome 返回一个错误:
// TypeError: Illegal Invocation
为什么? (通过 OSX 在 Chrome15上测试)