string[] temp=new string[arrNum];

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

Application["ModuleArr"]=temp;

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

 

相关文章:

  • 2022-12-23
  • 2021-12-09
  • 2022-02-08
  • 2021-11-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-25
猜你喜欢
  • 2022-12-23
  • 2021-09-05
  • 2022-12-23
  • 2022-12-23
  • 2021-10-04
  • 2021-10-15
  • 2022-12-23
相关资源
相似解决方案