js页面跳转 this.prototype.history.pushState(url); 跳转到指定页面 this.prototype.history.back(); 回退到上一界面 this.prototype.history.forward(); 跳转到history中的下一个访问记录 this.prototype.history.go(num) 跳转到history中的指定页面