2010年2月5日
摘要: public class Sorter { /// <summary> /// 冒泡排序法1 /// </summary> /// <param name="list"></param> public static void BubbleSort(int[] list) { for (int i = 0; i < list.Length; i... 阅读全文
posted @ 2010-02-05 10:38 Love婷 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 1.//弹出对话框.点击转向指定页面 Response.Write(&quot; <script>window.alert('该会员没有提交申请,请重新提交!') </script>&quot;); Response.Write(&quot; <script>window.location ='http://www.51aspx.com/... 阅读全文
posted @ 2010-02-05 10:33 Love婷 阅读(408) 评论(0) 推荐(0) 编辑