Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
让按钮模仿“后退”浏览器按钮的最佳方式是什么?
<a href="<%=Request.ServerVariables("HTTP_REFERER")%>">Back</a>
使用浏览器端的javascript调用history.back。
window.history.back()