history对象的( )方法显示浏览器的历史列表中前进一个网址的网页。
A: ack()
B: forward()
C: go()
D: move()
A: ack()
B: forward()
C: go()
D: move()
举一反三
- history对象的( )方法显示浏览器的历史列表中后退一个网址的网页。 A: ack() B: forward() C: go() D: move()
- history对象的( )可获取历史列表中的URL数量 A: go B: ack C: forward D: length
- JavaScript中History历史对象说法不正确的是( )。(2.0) A: 属性length是返回浏览器历史列表中的URL数量 B: 方法back()加载history列表中的前一个URL C: 方法forward()加载history列表中的下一个URL D: 方法go()加载history列表中下一个URL
- 在history对象中不能实现网页前进效果的方法是()。 A: forward() B: go(1) C: back() D: go(2)
- 在history对象中不能实现网页前进效果的方法是( )。 A: forward() B: back() C: go(1) D: go(2)