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