摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication4{ class Class1 { int count; int[] list=new int[50]; public void putin() { Console.Write("请输入你的数组元素,以空格隔开,以回车结束:"); string str = Console.ReadLine(); string[] result = str.Split( 阅读全文