摘要: 1、全局中的this ,指的是window console.log(this);//window function abc(){ console.log(this)//window } abc(); 2、事件中的this 什么是事件,当前这个函数,在addEventListener中被传入第二个参数 阅读全文
posted @ 2022-01-10 00:37 thomas_001 阅读(413) 评论(0) 推荐(0)