10 2021 档案

前端问点
摘要:html5 新特性有哪些了解? 1, 画布(Canvas) <!--坦克大战的战场--> <canvas id="tankMap" width="400px" height="300px" style="background-color:black"></canvas> <script type=" 阅读全文

posted @ 2021-10-20 01:51 杜宝~ 阅读(109) 评论(0) 推荐(0)

VUE REACT
摘要:vue生命周期(包含子孙组件的情况) beforeCreate (创建前) created 此时进行数据请求 初始化数据 此时不能操作dom,只能通过异步nexttick 来操作beforeMount (载入前) 挂载开始之前被调用 挂载Dommounted. (载入后) dom渲染完成before 阅读全文

posted @ 2021-10-19 22:32 杜宝~ 阅读(59) 评论(0) 推荐(0)

导航