您的位置: 首页 > 技术问答 > 返回页面中的按钮 返回页面中的按钮 分类: 技术问答 • 2022-06-13 14:43:37 问题描述: 可能重复: 返回上一页 获取返回上一页 如何在javascript编码中获取上一页。点击该返回按钮后转到上一页。 How to get the previous page in javascript coding. Go to the previous page when click that back button. 答 以下是代码 <input type="button" value="Back" onclick="window.history.back()" />