摘要:
一,C# array数组的用法范例:type[] typename=new type[size]; 如int[] a=new int[2];string[] str=new string[5];实事上我们平常是用int[],string[]...的,此时我们已经创建一个Array数组,只不过我们平常没有这种意识而已.(1):type数据类型不能缺;且要统一,而不能是如 int[] a=new Ar... 阅读全文
posted @ 2009-06-16 14:24
nextsoft
阅读(973)
评论(0)
推荐(0)

浙公网安备 33010602011771号