TP5學習(五):請求

一、請求信息 如果要獲取當前的請求信息,可以使用\think\Request類, 除了 $request = Request::instance(); 也可以使用助手函數 $request = request(); 當然,最方便的還是使用注入請求對象的方式來獲取變量。 獲取URL信息 $request = Request::instance(); // 獲取當前域名 echo 'domain: '
相關文章
相關標籤/搜索