namespace app\index\controller;
use think\Controller;
class Test1 extends Controller
{
public function index(){
return 'shepi';
}
public function demo3()
{
);
}
public function demo4()
{
return '學習'.$this->request->get('lesson');## 學習'.$this->request->get('lesson');## 學習'. Request::instance()->param('lesson');
}
}
tp5.com/index/test1/demo3/lesson/dddd 測試的沒問題啊,你是不是用的demo4方法?
傳了值 啊 tp5.com/index/test1/demo3/lesson/dddd
#你傳值了嗎?