随笔分类 -  javascript

javascript干货知识
摘要:this和 arguments.callee this 全局作用域下,this指向Window 其他情况下,谁调用this就指向谁 ~~~javascript console.log(this) //对调用就指向谁系列 function demo(){ console.log(this) //全局作 阅读全文
posted @ 2019-08-20 15:23 ghostdot 阅读(436) 评论(0) 推荐(0)