摘要:
第一种public static DataView GetLatestComments(int numComments) { DataView Comments = new DataView(GetComments()); Comments.Sort = “DateCreated Desc“; string filter = string.Empty; string delimiter = string.Empty; numComments = Math.Min(numComments, Comments.Count); for (int i = 0; i < numComments; 阅读全文
posted @ 2011-03-22 17:03
桃花雪
阅读(974)
评论(0)
推荐(0)

浙公网安备 33010602011771号