static public void refresh() { HttpContext.Current.Response.Redirect(HttpContext.Current.Request.RawUrl); }
写在工具类中很方便,如果有更爽的方法请赐教。