• 2022-07-25
    在HTML文档对象模型(DOM)中,history对象的( )方法用于加载历史列表中的下一个URL页面。
    A: next( )
    B: history( )
    C: forword( )
    D: go(-1)
  • C

    内容

    • 0

      history对象提供了逐个返回访问过的页面的方法,其中(  ) 可以加载history对象列表中的前一个URL。 A: back() B: forward() C: go(1) D: go(-1)

    • 1

      加载history列表中的下一个URL,使用下列哪一个函数() A: back() B: forward() C: go() D: length()

    • 2

      9-27.history对象的( )方法可以加载history列表中的前一个URL。 A: forward() B: back() C: replace() D: assign()

    • 3

      history对象的( )可获取历史列表中的URL数量 A: go B: ack C: forward D: length

    • 4

      history对象的________________可获取历史列表中URL数量。