搜尋

首頁  >  問答  >  主體

在這一章節裡面的視圖方面的內容,我按視頻上的代碼來打上去,創建的文件也是按照視頻的來打但為什麼卻輸出頁面錯誤!請稍後再試

index.php的程式碼內容

<?php
namespace app\index\controller;
use think\Controller;
class Index
{
#    public function index()
   {
       return 'php';
   }
   public function hello()
   {
 ##}

這個是hello.html的內容

<!doctype html>

<html lang="en">

<head>
   <meta charset=%

冷酸灵牙膏冷酸灵牙膏2004 天前1370

全部回覆(3)我來回復

  • 木头人

    木头人2019-06-26 22:23:04

    class Index  沒有繼承 Controller

    ##

    回覆
    0
  • 冷酸灵牙膏

    是的,好像是沒有繼承

    冷酸灵牙膏 · 2019-06-30 18:18:51
  • 秋香姐家的小书童

    秋香姐家的小书童2019-06-26 15:05:09

    開啟DEBUG 了解詳細錯誤 原因

    回覆
    0
  • 取消回覆