- 博客(2)
- 收藏
- 关注
原创 实现烟花效果纯js
html和css代码 <style> #container { width: 80%; height: 600px; border: 1px red solid; position: relative; margin: 20px auto; cursor: pointer; background: black
2021-10-12 16:22:14
126
原创 js中this的指向问题
这几天学习了有关js中this的指向问题,刚开始学的时候会很绕,所以我帮大家总结了一些在代码中常见的this的指向: 1.当全局定义的函数调用时的this指向: this -----> window 2.当对象内部的方法调用时this的指向: this ------>调用者(节点对象) 3. ...
2021-09-07 19:11:01
82
2
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人