The pilot needs the ship to go forward very slowly. The order should be _____.
A.“Slow ahead”
B.“Dead slow ahead”
C.“Astern”
D.“Dead slow astern”
第1题:
【单选题】在HTML文档对象模型中, history对象的()用于加载历史列表中的下一个URL页面()
A.next()
B.back()
C.forward()
D.go(-1)
第2题:
在history对象中不能实现网页前进效果的方法是()。
A.forward()
B.go(1)
C.back()
D.location
第3题:
加载history列表中的下一个URL,使用下列哪一个函数()
A.back()
B.forward()
C.go()
D.length()
第4题:
6、在history对象中不能实现网页前进效果的方法是()。
A.forward()
B.go(1)
C.back()
D.go(2)
第5题:
3、加载history列表中的下一个URL,使用下列哪一个函数()
A.back()
B.forward()
C.go()
D.length()
第6题:
【单选题】history从属于window,下列能访问前一页面的方法是()
A.back(-1)
B.back(1)
C.forward(1)
D.go(-1)