| 发表于:2008-02-26 09:40:033楼 得分:0 |
如果将这些数据放到stringcollection中,那么最后可以将stringcollection中的值复制到一个string数组中,但是stringcollection中的数据是随时可以变化的,那么要如何定义string数组的范围,或者有没有其他办法? 比如 string[] str = new string[1024]; stringcollection strco = new stringcollection(); strco.copyto(str,0); 总觉得其中的1024不好 | | |
|