1.路由设置文件:

2. TP5路由的两种方式:
a. 配置式(不推荐)

缺点:1.难读;2.复杂
b.动态注册式(推荐)

第0个
3. 路由开关:
====**false *** =====

当路由关闭时

这样的路由可用
http://jrd620.cn/sample/Test/hello

这样报错
====true false =====



====true true=====



====分割线=====
<blockquote>Attention:手册中所说的混合模式,如果是对同一个方法, Once u set url for this action, this PATH_INFO will disable.混合模式指的是,If u have 3 actions, one u can use PATH_INFO, the rest 2 u could use mixed mode.</blockquote>
在true false的情况下,如果不定义路由:


如果定义了路由:


== ===

<blockquote>建议:当你写标准API的时候,建议开启must模式</blockquote>
4. TP中的请求类型有以下几种,默认为*:

5. Route::any:
