string[] temp=new string[arrNum];

temp[0]="sdfa";
temp[1]="fsf";

Application["ModuleArr"]=temp;

取得时候可以用:
string[] x=(string[])Application["ModuleArr"]

 

posted on 2009-09-17 16:51  Code007  阅读(367)  评论(2编辑  收藏  举报