當前位置:成語大全網 - 新華字典 - thinkphp中如何在action中實現URL的跳轉

thinkphp中如何在action中實現URL的跳轉

比如說我要跳轉到 user/Index/index 的方法,可以這麽寫:

$this->redirect("User/Index/index",array('參數壹'=>參數壹的值));

達成~