摘要: string[] shuzu = shu.TrimEnd('|').Split('|'); if (shuzu == null || shuzu.Length == 0) { return Json(new { code = 0, message = "字符串异常" }); } List<SModl 阅读全文
posted @ 2017-11-23 11:35 没法可修饰的一对手 阅读(201) 评论(1) 推荐(0) 编辑
摘要: //////Api页面方法 day20_BookEntities db = new day20_BookEntities(); // GET: api/BookApi public IEnumerable<OrderInfo> Get() { var data = from s in db.Book 阅读全文
posted @ 2017-11-23 09:51 没法可修饰的一对手 阅读(135) 评论(0) 推荐(0) 编辑