// 定義應(yīng)用目錄為applicationdefine('APP_PATH', __DIR__ . '/application/');// 加載框架引導(dǎo)文件require __DIR__ . '/thinkphp/start.php';index.php 入口文件的代碼,上面<?phpnamespace app\admin\controller;class Admin{? ? public function index()? ? {? ? ? ? echo "welcome tp5!";? ? }}admin里面的index方法,上面然而輸入地址找不到?http://localhost/tp5/admin/index/index 錯誤:?The requested URL /tp5/admin/index/index was not found on this server.譯文:在這個服務(wù)器上沒有找到所請求的URL/tp5/admin/索引/索引。
- 1 回答
- 0 關(guān)注
- 2343 瀏覽
添加回答
舉報
0/150
提交
取消