摘要: int[] a = new int[] { 2, 1, 3, 6, 8, 7 }; Array.Sort(a,new CompareAge()); foreach (int temp in a) { Response.Write(temp.ToString()+""); ... 阅读全文
posted @ 2009-06-15 18:23 bestsaler 阅读(100) 评论(0) 推荐(0) 编辑
摘要: using System;using System.Data;using System.Configuration;using System.Collections;using System.Collections.Generic;using System.Web;using System.Web.Security;using System.Web.UI;using System.Web.UI.W... 阅读全文
posted @ 2009-06-15 16:53 bestsaler 阅读(226) 评论(0) 推荐(0) 编辑