标签:
ThinkPHP3.2 Url模式为http://serverName/index.php/模块/控制器/操作
http://serverName/index.php/模块/控制器/操作
eg:http://localhost/myedu/index.php/home/index/index
这样也可以:http://localhost/myedu/index.php?m=home&c=index&f=index
ThinkPHP学习笔记1
原文地址:http://www.cnblogs.com/lwhp/p/5052758.html