摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Collections;namespace SF_Test1{ class Program { static void Main(string[] args) { Console.WriteLine("请输入初始数据:"); string str = Console.ReadLine(); string[] strArray = str.Split(',');//原始数据 阅读全文
posted @ 2012-09-27 13:23 IT 6796 阅读(198) 评论(0) 推荐(0) 编辑