JavaScript String支持的辅助format函数+【分页1】

时间:2022-08-21 22:00:33

/**

) {
         && ; i < arguments.length; i++) {
                 : int.Parse(Request.Params["page"]);//Request["page"] 需要显示第几页
 : int.Parse(Request.Params["rows"]);//每页大小

【服务器端】返回参数:当前页显示的记录+行数

var data = _IBackUserInfoService.PageQuery(condition);//根据条件query查询        

var o = new { total = condition.total, rows = data };

return Json(o);