随笔分类 -  c#

摘要:public JsonResult JsonData() { HttpContext.Response.AppendHeader("Access-Control-Allow-Origin", "*"); return Json(db.Weathers.ToList()); } json方法有一个重构 阅读全文
posted @ 2017-06-06 23:48 QQQnull 阅读(473) 评论(0) 推荐(0)
摘要:使用示例: 阅读全文
posted @ 2017-05-29 17:52 QQQnull 阅读(332) 评论(0) 推荐(0)