摘要:
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
阅读(201)
评论(0)
推荐(0)
浙公网安备 33010602011771号