2010年4月23日
摘要: using System;using System.Collections.Generic;using System.Text;using System.Collections;namespace ConsoleApplication3{ class Program { static void Main(string[] args) { ClassInfo c = new ClassInfo(); c.students = new Students(); c.students.init(); Console.WriteLine("我的名字叫{0},今年{1}岁了", c.s 阅读全文
posted @ 2010-04-23 18:30 aparche 阅读(196) 评论(0) 推荐(0) 编辑