摘要: 1、this究竟为何物?1.1全局上下文(Global context)在全局运行上下文中(在任何函数体外部),this 指代全局对象window,无论是否在严格模式下。 alert(this.document === document); // true alert(this === window... 阅读全文
posted @ 2014-08-20 10:31 CTRA王大大 阅读(405) 评论(0) 推荐(0) 编辑