aspx 随笔

返回上一页

protected void ButtonGoBack_Click(object sender, EventArgs e)
    {
        this.Page.ClientScript.RegisterClientScriptBlock(this.GetType(), "this""<script>history.go(-2);</script>");
    }

原文地址:https://www.cnblogs.com/tyf0422/p/2751496.html