国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

ThinkPhp 5.1 ???? ???? _GET, get(), param() ??? ??
麥爸
麥爸 2018-08-01 07:09:54
0
2
1484

?? URL: http://www.tp51.com/index/Demo/test/name=peter&sex=male

class ?? ?? ????

{

public function test()

{

dump (( new Request())->get()); //dump($_GET)? ??;

??:

'/index/Demo3/test1/name' => string 'peter'(??= 5) )

'sex' => ??? '??'(??=4)

????????????????????????????????????????????????????????????~?????????????????

}

?? ??? ??? ?????? ?? ??? ?????.

URL: http ://www.tp51.com/index/Demo/test?name=peter&sex=male

?? ??

??:

array (size=3)

'/index/Demo/test' => string '' (length=0)

'name' => string 'peter' (length=5)

'sex' => string 'male' (length=4)

param() ???? ???? ?????. .

????? ????? ??? ?????. ???? ???? ??? ??? ????

?????!


?? Thinkphp URL? / ?? ?? ?? ????? ?????. ??? ?? ??? ??????.

?? ?????!

?? PHP5.1? ?? ??? ?? ?? ??? ???? ?????.

麥爸
麥爸

?? ??(1)
代碼輸入中...

??? ??? ???? http://www.tp51.com/index/Demo/test/name=peter&sex=male &? ???? ?? & ?? ?? ? ???? ?? ???? ??????

  • ???? ???, ?? ? ?? ??? ?? ??????. THINKPHP? ? ?? /? ???? ?? ?????. / ???? ???? ?? ?? ??? ?? ????, ?? ?? ? ???? ?????. URL: http://www.tp51.com/index/Demo/test/name=peter&sex=male ? ???? ???? ????, ?? ?? ? ???? ?? ?? ????? ? ?? ????? ???. URL: http://www.tp51.com/index/Demo/test?name=peter&sex=male ??? ???? ??????. ?? ?????? config/app.php?? ?? URL? ??? ???? ??? ??? ??? ??? ?? ? ?????. ??? ? ????, ?????! ??!
    麥爸 ?? 2018-08-03 06:06:09