摘要:
(function ($) {$.fn.page = function (options) {var defaults = {divid: "pagediv",count: 10, //remove or hidepageindex: 1,callback: function (pageindex)... 阅读全文
posted @ 2014-09-24 14:21
流浪的狸猫
阅读(438)
评论(0)
推荐(0)
摘要:
/// /// 分页 /// /// 每页的数量 /// 页码 /// 参数列表(用于查询) /// public static List GetPagers(int num, int page,... 阅读全文
posted @ 2014-09-24 14:20
流浪的狸猫
阅读(423)
评论(0)
推荐(0)