摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace TheStoryOfCat{ class Program { static void Main(string[] args) { Cat cat = new Cat() { Name = "Petal" }; Mouse mouse = new Mouse() { Name = "Jack" }; cat.C... 阅读全文
posted @ 2011-12-14 15:21
Rhythmk
阅读(425)
评论(0)
推荐(0)
浙公网安备 33010602011771号