js里面this是怎么工作的?
一段代码里面,这些this分别指向什么?为什么呢?
call、apply、bind
call, apply,bind都是改变函数this的指向,而函数运行时候this是取决于调用这个函数的对象
闭包
什么是闭包?
闭包的优缺点?
闭包的作用?
原型、原型链
执行上下文
Hello World
发表于
更新于
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.