08 2013 档案
摘要: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;...
阅读全文
浙公网安备 33010602011771号