摘要:
定义一个类:using System;using System.Collections.Generic;using System.Linq;using System.Web;namespace WebApplication1{ [Serializable] public class Gushi { public string Title { get; set; } public string Content { get; set; } }}/.///////////////前台 /////////... 阅读全文