- 博客(3)
- 收藏
- 关注
原创 promise的方法介绍
//than()方法 //简单来讲,then 方法就是把原来的回调写法分离出来,在异步操作执行完后,用链式调用的方式执行回调函数。 // 而 Promise 的优势就在于这个链式调用。 // 我们可以在 then 方法中继续写 Promise 对象并返回,然后继续调用 then 来进行回调操作。 function cook(){ console.log(‘开始做饭。’); var p = new ...
2019-09-21 14:54:02 217
原创 js模拟小球重力回弹效果
.cont{ width: 1000px; height: 600px; background: #eee; margin: 20px auto; position: relative; } .box{width: 100px;height: 100px;background: red;position: absolute;left: 0;border-radius: 50%;} // 目标...
2019-09-01 17:37:29 878
原创 关于事件委托函数的封装
段落1 段落2 三级标题1 三级标题2 段落3 三级标题3 段落4 段落5 三级标题4 123123 var obox = document.querySelector(".box"); var ap = obox.getElement...
2019-09-01 17:35:20 214
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人