如题。
如果 url 为http://api.com/restful/ ,此时打印$path为空,使用print_r($_SERVER);打印出的信息中,没有PATH_INFO,报错Undefined index: PATH_INFO。 为什么老师的不报错呢?
我回到视频一开始,restful/index.php只有print_r($_SERVER);查看http://api.com/restful/articles/ 的信息, 其中[REQUEST_URI] => /restful/articles/,而视频中老师的是完整路径 http://api.com/restful/articles/ , 请问是为什么?