[-请教-]<---------如何把数据提取出来????-------->谢谢!
在调试的时候,设置了断点得到如下的当时的变量内容:
名称 值 类型
args {Length=1} System.Object[]
[0] {Length=20} string[,]
[0,0] "001" string
[0,1] "1" string
[0,2] "王五" string
..... ..... ....
. . .
. . .
不知道用什么函数把args里的字符串数据提取出来。
其中的相关定义是:Object[] args = new Object[1];
数据是从一个EXCEL表中读取的。
谢谢!