摘要: 1,创建一个asp.net网站2.创建一个student类using System;using System.Collections.Generic;using System.Linq;using System.Web;/// /// Student 的摘要说明/// public class Student{ public Student() { // // TODO: 在此处添加构造函数逻辑 // } public int Id { get; set; } public String Name { get; set;... 阅读全文
posted @ 2013-08-28 22:52 Zhangxueliang 阅读(2104) 评论(0) 推荐(0) 编辑