jimmyguu

目前来说有两种方法:

window.history.back(); // 返回上一页不刷新 
window.location.href = document.referrer; // 返回上一页并刷新

分类:

技术点:

相关文章: