9.4.1使用js的一些疼处

书写繁琐,代码量大

代码复杂

动画效果,很难实现。使用定时器 各种操作和处理

HTML

    <button id="btn">按钮</button>
    <div></div>
    <div></div>
    <div></div>

CSS

<style type="text/css">
        div{
            width: 100%;
            height: 100px;
            background-color: pink;
            margin-top: 30px;
            display: none;
        }

</style>

javascript

Last updated

Was this helpful?