摘要:
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)
|
|||
|
摘要:
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) |
|||