摘要: 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( 阅读全文
posted @ 2011-08-31 15:26 Uoolo 阅读(253) 评论(0) 推荐(0) 编辑