.net 筆記

學習.net
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2008年4月3日

摘要: 1 Person[] people={ bill, scott,srini}; 2Person[] people2=new Person[6]; 3Array.Copy(people,people2,people.Length); 4 阅读全文

posted @ 2008-04-03 23:07 陳偉 阅读(179) 评论(0) 推荐(0)

摘要: 1using System; 2using System.Data; 3using System.Configuration; 4using System.Collections; 5using System.Web; 6using System.Web.Security; 7using System.Web.UI; 8using System.Web.UI.WebContro... 阅读全文

posted @ 2008-04-03 23:06 陳偉 阅读(203) 评论(0) 推荐(0)