开发中有时候需要从服务器端返回json格式的数据,在后台代码中如果有DateTime类型的数据使用系统自带的工具类序列化后将得到一个很长的数字表示日期数据,如下所示: //设置服务器响应的结果为纯文本格式 context.Response.ContentType = text/plain; //学生对象集合 List students = new List { new Student(){Name =Tom, Birthday =Convert.ToDateTime(2014-01-31 12:12:12)}, new Stud