技术栈

元素

栗克
1 年前
c#·数组·控件·类型·元素
C# 2.数组1.定义整形数组,指定数组长度string[] s1 = new string[3]; byte[] bs = new byte[3];