摘要: 通过id获取的是一个对象 通过class获取的是一个数组 $($(".layui-tab-item layui-show")[0]).html(data)//实际测试没用。谁能指点一下 $("#BodyMune").html(data); 阅读全文
posted @ 2018-04-01 17:01 LuoCore 阅读(1953) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/jach/p/5709175.html form数据的序列化: jQuery的ajax方法: 原生的ajax方法: 阅读全文
posted @ 2018-04-01 15:13 LuoCore 阅读(134) 评论(0) 推荐(0)
摘要: ActionResult 父类型 ViewResult View() 多重载应用 PartialViewResult PartialView() 部分试图 New EmptyResult() 空 如统计 ContentResult() Content() 用于返回字符串 FileResult() f 阅读全文
posted @ 2018-04-01 13:54 LuoCore 阅读(390) 评论(0) 推荐(0)