要实现在不重新加载页面的情况下后退,可以使用以下方法:
history.back()
history.back();
history.go(-1)
history.go(-1);
这两种方法都可以用来后退页面,而不重新加载。