Billpeng Space

技术源自生活
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2009年1月24日

摘要: C#中没有Redim,所以要用几条语句来写 VB.NET: Redim QueryParam(2) C#: //比如类型为int int[] temp = new int[2]; Array.Copy(QueryParam, temp, QueryParam.Length); ... 阅读全文

posted @ 2009-01-24 15:33 billpeng 阅读(2885) 评论(0) 推荐(0) 编辑