沒報錯但是取不到值,只能列印出 學習
实.
实. 2018-03-26 18:11:39
0
3
1623


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');
   }
}

实.
实.

初入职场,刚开始做这个还是感觉有些难以下手

全部回覆(3)
phpcn_u47087

tp5.com/index/test1/demo3/lesson/dddd 測試的沒問題啊,你是不是用的demo4方法?

路过

你傳值了嗎?

熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板
關於我們 免責聲明 Sitemap
PHP中文網:公益線上PHP培訓,幫助PHP學習者快速成長!