例 :
Controller/AcController.class.php-->acList()
View/Ac/acList.html
访问:http://localhost/admin.php/Ac/acList.html空白
然后我把Controller/AcController.class.php文件名改为AbController.class.php
View/Ac/acList.html文件夹改为View/Ab/acList.html
访问:http://localhost/admin.php/Ab/acList.html是正常的,请问为何?
最佳答案