在 ie 下直接使用 toString.call 方法会报: TypeError: 调用的对象无效 // 需要把该方法写全,例如: var a = [] Object.prototype.toString.call(a)