1. 程式人生 > >修改route.php文件對ThinkPHP快速註冊路由

修改route.php文件對ThinkPHP快速註冊路由

div ret urn return com php style span dem

THINKPHP快速註冊路由方式可以用

return[
    "test"=>"index/index/demo",
    getid/:id=>index/User/getId,
    time/:year/[:month]=>index/User/myTime,
    :x/:y=>index/User/XAndY,
    comp$=>index/User/comp
];

修改route.php文件對ThinkPHP快速註冊路由