随笔分类 -  JavaScript

ASP.NET刷新页面的六种方法
摘要:第一:private void Button1_Click( object sender, System.EventArgs e ){ Response.Redirect( Request.Url.ToString( ) );}第二:private void Button2_Click( objec... 阅读全文
posted @ 2014-04-24 17:04 韩聪 阅读(1170) 评论(0) 推荐(2)