摘要:
[1]using System;using System.Collections.Generic;using System.Linq;using System.Web;namespace JQuery.Model{public class Member{ public string name { get; set; } public string txtbody { get; set; }}}[2]using System;using System.Collections.Generic;using System.Linq;using System.Web;namespace JQuery.M 阅读全文