控制网页前进/后退
history.forward();
history.back();
选择元素点击
// https://yihui.org/
var topbar = document.getElementsByTagName("a")
console.log(topbar[3].href)
topbar[3].click()
标签:函数,topbar,JavaScript,back,有用,href,click,history
来源: https://www.cnblogs.com/malcolmwallace/p/14052099.html