摘要: 方法一:using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ConsoleApplication3{ class Program { static void Main(string[] args) { List seqlist = new List { 42, 20,17, 27,13,8,17,48}; HeadOrder... 阅读全文
posted @ 2013-12-11 13:54 higirle 阅读(430) 评论(0) 推荐(0) 编辑