2011年5月13日
摘要: using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;namespace Demo{ public partial class WebForm3 : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { Cat cat = new Cat(); Mouse mouse1 = new Mou 阅读全文
posted @ 2011-05-13 00:08 上校 阅读(210) 评论(0) 推荐(0)