日期:2014-05-18 浏览次数:20955 次
System.Collections.ArrayList list = new System.Collections.ArrayList(); list.Add((100f * 256f + 2f) / 4f); float[] f = (float[])list.ToArray(typeof(float));
------解决方案--------------------
是ArrayList.
------解决方案--------------------