• 来谈一谈------JavaScript对象


    1.window常用的属性:

       ①history

       ②location

    2.history对象的方法:

      ①back()

      ②forward()

      ③go()

    3.location对象的属性:

      ①host()

      ②hostname()

      ③href()

     

    4.location对象的方法:

      ①reload()

      ②replace()

      

    5.window对象常用的方法:

       ①prompt()

       ②alert()

       ③confirm()

       ④close()

       ⑤open()

       ⑥setTimeout()

       ⑦setInterval()

    6.window对象常用的事件:

      ①onload()

      ②onmouseover()

      ③onclick()

      ④onkeydown()

      ⑤onchange()

    7.document对象的常用属性:

      ①referrer

      ②URL

    8.document对象的常用方法:

      ①getElementById()(用于访问唯一的元素)

      ②getElementsByName()(用于访问相同name属性的一组元素)

      ③getElementsByTagName()(用于访问相同标签的一组元素)

      ④write()

    9.Math的常用方法:

      ①ceil()

      ②floor()

      ③round()

      ④random()

    10.Date对象的常用方法:

      ①getDate()

      ②getDay()

      ③getHours()

      ④getMinutes()

      ⑤getSeconds()

      ⑥getMonth()

      ⑦getFullYear()

      ⑧getTime()

    11.JavaScript中提供了两个定时函数:  setTimeout() 和 setInterval()

                         两个清除函数:  clearTimeout()和 clearInterval()

  • 相关阅读:
    Maven项目中Spring整合Mybatis
    java中,方法可以访问他的类对象的任何私有特性
    SpringBoot之整合Mybatis(增,改,删)
    SpringBoot之整合Mybatis
    SpringBoot之简单入门
    puppet-master搭建
    基于weka的文本分类实现
    static关键字用法
    Vmware /CentOS访问Windows中的文件
    异常备忘
  • 原文地址:https://www.cnblogs.com/ruyan886621/p/6441434.html
Copyright © 2020-2023  润新知