标签:page arc pre ges pos class code current 保存
$result = array_slice($arrayId, $pos, $pagesize); // 对数组分页
//$arrayId 是保存id的数组, $currentId是指定的id,$pagesize截取的条数 $pos = array_search($currentId, $arrayId); $arrayId = array_slice($arrayId, $pos, $pagesize);
标签:page arc pre ges pos class code current 保存
原文地址:https://www.cnblogs.com/bneglect/p/12134291.html