摘要: 先定义一个公共类用来存放4大属性+返回的泛型结果public class PageSupport{ //页面大小 private int pageSize=1; //总记录数 private int totalCount; /... 阅读全文
posted @ 2015-12-07 23:18 夏末、初秋 阅读(148) 评论(0) 推荐(0)
摘要: 删除de$(".delete").on("click",function(){ var id = $(this).attr("value"); var configTypeName = $(this).next().next("input"... 阅读全文
posted @ 2015-12-07 22:34 夏末、初秋 阅读(272) 评论(0) 推荐(0)