ThinkPHP5?? ?? ??? ?? ???? ?? ?????. ? ????? ThinkPHP5?? ???? ???? ??? ?????.
ThinkPHP5?? ??? ??? ???? ? ?? ??? ????.
?? 1: ?? ?? ?? ??
?? ?? ??? ??? ??? ???? ?? redirect()
? ?????. redirect()
??? ?? ??? ??? ????? ?????. redirect()
實現(xiàn)頁面跳轉(zhuǎn)。redirect()
函數(shù)接受一個參數(shù),即跳轉(zhuǎn)地址。
1. 跳轉(zhuǎn)到控制器中的方法
public?function?index() { ????//?跳轉(zhuǎn)到Index控制器中的hello方法 ????return?redirect('index/hello'); } public?function?hello() { ????return?'Hello,?ThinkPHP5!'; }
2. 跳轉(zhuǎn)到URL地址
public?function?index() { ????//?跳轉(zhuǎn)到http://www.example.com/ ????return?redirect('http://www.example.com/'); }
3. 帶參數(shù)跳轉(zhuǎn)
public?function?index() { ????//?跳轉(zhuǎn)到Index控制器中的hello方法,并傳遞參數(shù)name ????return?redirect('index/hello',?['name'?=>?'ThinkPHP5']); } public?function?hello($name) { ????return?'Hello,?'?.?$name?.?'!'; }
方式二:使用控制器基類的 redirect 方法
ThinkPHP5中的控制器基類(Controller)中提供了 redirect()
use?think\Controller;
class?Index?extends?Controller
{
????public?function?index()
????{
????????//?跳轉(zhuǎn)到Index控制器中的hello方法
????????return?$this->redirect('hello');
????}
????public?function?hello()
????{
????????return?'Hello,?ThinkPHP5!';
????}
}
2. URL ??? ??use?think\Controller;
class?Index?extends?Controller
{
????public?function?index()
????{
????????//?跳轉(zhuǎn)到http://www.example.com/
????????return?$this->redirect('http://www.example.com/');
????}
}
3. ????? ??use?think\Controller;
class?Index?extends?Controller
{
????public?function?index()
????{
????????//?跳轉(zhuǎn)到Index控制器中的hello方法,并傳遞參數(shù)name
????????return?$this->redirect('hello',?['name'?=>?'ThinkPHP5']);
????}
????public?function?hello($name)
????{
????????return?'Hello,?'?.?$name?.?'!';
????}
}
?? 2: ???? ?? ???? ???? ??? ?? ??? ??? ???? ?? ???? ?? ???(Controller)? code>redirect() ???? ?????. ? ??? ?? ??? ??? ???? ??? ? ?????. ????1. ????? ???? ????rrreee??2. URL ??? ????rrreee??3. ????? ????rrreee???? ThinkPHP5?? ??? ??? ???? ??? ?????. ?? ??? ?? ?? ??? ?????. ??? ??? ThinkPHP5? ??? ??? ?? ? ?? ??? ?? ?????. ??? ??? PHP ??? ????? ?? ?? ??? ?????!
? ????? ??
? ?? ??? ????? ???? ??? ??????, ???? ?????? ????. ? ???? ?? ???? ?? ??? ?? ????. ???? ??? ???? ???? ??? ?? admin@php.cn?? ?????.

? AI ??

Undress AI Tool
??? ???? ??

Undresser.AI Undress
???? ?? ??? ??? ?? AI ?? ?

AI Clothes Remover
???? ?? ???? ??? AI ?????.

Clothoff.io
AI ? ???

Video Face Swap
??? ??? AI ?? ?? ??? ???? ?? ???? ??? ?? ????!

?? ??
?? ?? ?? ??? | Uma Musume Pretty Derby
1 ? ? ?
By Jack chen
<night> : ???? 99 ? - ?? ?? ? ?? ?? ??
1 ? ? ?
By DDD
?? ? ??? ????? Rimworld Odyssey ?? ???
3 ? ? ?
By Jack chen
Mejiro Ryan ?? ??? | Uma Musume Pretty Derby
4 ? ? ?
By Jack chen
Rimworld Odyssey ?? ??
3 ? ? ?
By Jack chen

??? ??

???++7.3.1
???? ?? ?? ?? ???

SublimeText3 ??? ??
??? ??, ???? ?? ????.

???? 13.0.1 ???
??? PHP ?? ?? ??

???? CS6
??? ? ?? ??

SublimeText3 Mac ??
? ??? ?? ?? ?????(SublimeText3)