摘要: 服务器端代码public ActionResult GetNewUploadCourseIds() { string time = "0"; var result = new Result() { Data = new NewUpload() }; result.Data.Ids = courseBLL.GetNewUploadCourseIdsByTime(time); result.Data.Time = DateTime.Now; result.Data.Updat... 阅读全文
posted @ 2013-12-09 18:12 瓜王 阅读(1692) 评论(0) 推荐(0)