摘要: 传送门 阅读全文
posted @ 2020-09-02 14:08 Json159 阅读(215) 评论(0) 推荐(0) 编辑
摘要: $total = count($showList); $offset = ($page - 1) * $limit; $spliceData = array_slice($showList, $offset, $limit); 阅读全文
posted @ 2020-09-02 13:46 Json159 阅读(369) 评论(0) 推荐(0) 编辑
摘要: array_multisort( array_column($showList, 'status'), SORT_ASC, array_column($showList, 'id'), SORT_DESC, $showList); 阅读全文
posted @ 2020-09-02 13:43 Json159 阅读(195) 评论(0) 推荐(0) 编辑