在Java中实现 点击返回按钮返回上一个页面

history.back(-1)
history.go(-1)
history.back()
客户端标签用onclick="histroy.go(-1)",另几个类似。
服务端控件应该有类似OnClientClick的OnClientClick="history.go(-1)";
客户端与服务端控件的触发事件稍微有点不同。

猜你喜欢

转载自blog.csdn.net/anthony4515/article/details/80051671
今日推荐