会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Txwtech
鸿蒙系统APP开发,QT,C#,python,视觉开发 cdtxw@foxmail.com
博客园
首页
新随笔
联系
订阅
管理
2021年9月6日
c#数组间赋值与数组元素置零——初始化为默认值
摘要: string[] aa_tt = new string[20]; string[] aa_tt2 = new string[20]; Array.Clear(aa_tt,0,aa_tt.Length); //数组每个元素置零 Array.Copy(aa_tt,aa_tt2,aa_tt.Length)
阅读全文
posted @ 2021-09-06 09:00 txwtech
阅读(3258)
评论(0)
推荐(0)
编辑