摘要: namespace ConsoleApplication1 { class Program { static void Main(string[] args) { double[] a = { 0, 1, 2, 3, 4 };//原数组,即需要插入数据的数组 foreach (var item in 阅读全文
posted @ 2020-12-14 11:04 冰糖小袁子 阅读(180) 评论(0) 推荐(0)