• 随机颜色变化

            function aa(tag) {           var len=docum...

    261

  • 下划线跟随导航

    <!DOCTYPE html><html><head> <title>下划线跟随导航</title> <script type=&qu...

    281

  • 类的继承和重载

    类的继承的目的是代码服用,类的继承最少有两个类,一个为父类,一个为子类。子类自动获取父类中的所有属性和方法,除了private私有的。子类中允许重写父类中的同名方法(多态)。当访问类中的静态属性和方法...

    465

  • JS全选案例和总结

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/...

    309

  • HTML5布局

    *{margin:0px;padding: 0px}li{list-style: none;}a{text-decoration: none;color: #ccc;cursor:pointer;}....

    174

  • 复写三个事件

    <!DOCTYPE html><html><head> <meta charset="utf-8"> <title>操作...

    319

发布手记

本月热门