摘要: 后退+刷新在C# Web程序中,如为页面按钮写返回上一页代码this.RegisterClientScriptBlock("E", "");其中,history.go(-2),要写为-2,因在按钮事件触发前,已刷新一次页面,所以应是-2。Response.Write("");此处也要写为“-2”。... 阅读全文
posted @ 2014-08-13 22:18 nd 阅读(63753) 评论(1) 推荐(1) 编辑