#694 | $u_arr = explode('_', $newurl); |
#695 | if(count($u_arr) > 1) { |
#696 | $_GET['control'] = 'comment'; |
#697 | $_GET['action'] = 'index'; |
#698 | $_GET['cid'] = $u_arr[0]; |
#699 | $_GET['id'] = $u_arr[1]; |
#700 | //分页 |
#701 | if(isset($u_arr[2])){ |
#702 | if($this->integer_check($u_arr[2])){ |
#703 | $_GET['page'] = $u_arr[2]; |