摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> * { padding: 0; margin: 0; list-style: none; bo 阅读全文
posted @ 2019-09-27 20:59 小迷鹿呀 阅读(280) 评论(0) 推荐(0)
摘要: this this:上下文,会根据执行环境变化而发生指向的改变. 1.单独的this,指向的是window这个对象 1 alert(this); // this -> window 1 alert(this); // this -> window 1 alert(this); // this -> 阅读全文
posted @ 2019-09-27 19:39 小迷鹿呀 阅读(157) 评论(0) 推荐(0)