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

来源:4-3 input助手函数

phper_Wang

2019-05-09 18:21

<?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.mukewang.com/5cd3ff06000134a214740889.jpg

写回答 关注

1回答

快速入门ThinkPHP 5.0--基础篇

ThinkPHP5已发布多时,想了解ThinkPHP5的新特性吗?老司机带你马上出发~

58655 学习 · 495 问题

查看课程

相似问题