1 $this -> direct('index',array('type'=>2,'id'=>0)) //직접 이동
2 $this->success('제출 실패, 오류 메시지: 0001",'Summer/index'); // 프롬프트 후 점프, 매개변수 없음
4 $this->success( '등록 성공!',U("Activity/sign",array('id'=>$res))) // 매개변수를 사용하여 프롬프트 후 점프
5 $this->error( '이미 등록되었습니다!',U("Activity/sign",array('id'=>$id))) // 매개변수를 사용하여 프롬프트 후 점프
위의 내용은 thinkphp 점프를 소개하고 있으며, PHP 튜토리얼에 관심이 있는 친구들에게 도움이 되기를 바랍니다.