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.
首先,我不得不说我是 Wicket 的新手。我想实现一个后退按钮,以便当有人点击它时,他属于上一页。
有人可以给我第一个提示吗?
一个快速的解决方案是使用 JavaScript 来完成。
window.history.back();
在这里查看:http: //www.w3schools.com/jsref/met_his_back.asp