问答详情
源自:4-3 input助手函数

方法不存在: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.mukewang.com/5cd3ff06000134a214740889.jpg

提问者:phper_Wang 2019-05-09 18:21

个回答