$front=db('archives')->where("id>".$aid)->order('id asc')->limit('1')->find();//上一页 $this->assign('front',$front);//上一页 $after=db('archives')->where("id<".$aid)->order('id desc')->limit('1')->find();//下一页 $this->assign('after',$after);//下一页rrree
정보가 없을 때 작성하는 방법:www.hbsjsd.cn