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.
需要从产品详情页面添加“返回链接”到目录页面。
如果用户已过滤产品,则应保留过滤器设置。
你可以用javascript做到这一点
<a href="javascript: history.go(-1)">Go Back like never before</a>
笼统地说,看看HTTP_REFERER标题。请注意,有些人(比如我自己)不使用它。
HTTP_REFERER