摘要: 编辑器加载中...using System;using System.Collections.Generic;using System.Text;namespace NET.MST.Sixth.CatCry{ class MainClass { static void Main(string[] args) { //开始模拟场景 Console.WriteLine("开始模拟"); Cat cat = new Cat("汤姆猫"); Mouse mouse1 = new Mouse("米老鼠", cat); Mouse mouse2 阅读全文
posted @ 2011-07-12 15:51 brainmao 阅读(537) 评论(0) 推荐(0) 编辑