Loading

C# 刷新语句

    static public void refresh()
    {
        HttpContext.Current.Response.Redirect(HttpContext.Current.Request.RawUrl);
    }

写在工具类中很方便,如果有更爽的方法请赐教。

posted @ 2008-12-09 13:16  today4king  阅读(912)  评论(0编辑  收藏  举报