摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Xml.Linq;namespace mytest{ public class Program { static void Main(string[] args) { List<Student> students = new List<Student>() { new Student{First="Svetlana",Last="Omelchenko&q 阅读全文
posted @ 2011-09-05 17:12 dapeng888 阅读(521) 评论(0) 推荐(0)