为了账号安全,请及时绑定邮箱和手机立即绑定

方法不存在:app\index\controller\Index->type()

<?php
namespace app\index\controller;
use think\Request;

class Index
{
    public function index(Request $request)
    {
        //http://localhost/TP4/public/index/index/Index/type/5.html?id=10
        dump($request->param());
    }
}

https://img1.sycdn.imooc.com//5cd3ff06000134a214740889.jpg

正在回答

1 回答

访问链接改成 http://localhost/TP4/public/index.php/index/Index/index/type/5.html?id=10  试试,如果你要用隐藏入口文件之类的,你要把应用程序的根目录设置到public目录

1 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

方法不存在:app\index\controller\Index->type()

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信