c#数组的声明方式
摘要:
int[] intArray;int[] intArray = {99,34,56,12,1};int[] intArray = new int[5];int[] intArray = new int[varsize];int[] intArray = new int[5]{99,34,56,12,1}; 阅读全文
posted @ 2005-12-21 16:00 nowa 阅读(556) 评论(1) 推荐(0)
我是一个看不见爱人的郎
2005年12月21日 #
posted @ 2005-12-21 16:00 nowa 阅读(556) 评论(1) 推荐(0)
posted @ 2005-12-21 15:23 nowa 阅读(135) 评论(0) 推荐(0)
posted @ 2005-12-21 14:02 nowa 阅读(169) 评论(0) 推荐(0)