localhost/index/index/index可以出来,同级一个方法报错 localhost/index/index/demo

<?php

namespace app\index\controller;

class Index

{

    public function index()

    {

      return "this is index Index index ";

    }

    public function demo()

    {

      return "this is index Index demo";

    }

}



chenzuquan
浏览 1078回答 2
2回答

毛头小子

报错信息是啥。断点调试下试试
打开App,查看更多内容
随时随地看视频慕课网APP