This is an alternative to location.reload
.
The parameter of go is the page index, in this case, 0 is the current page.
For instance, go(-2)
would go 2 pages back in the history.
$("#quoteButton").on("click", function() {
history.go(0);
});
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…