会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Mars_king
博客园
首页
新随笔
联系
订阅
管理
2017年8月28日
thinkphp 5.0 Request使用
摘要: 1.使用前需先导入类,use think\Request; // 1. 系统建议的request方式 public function requestTest($name , Request $request){ // 系统自动注入request对象 不需要通过url传入 echo "name : " . $name . ""; echo "请...
阅读全文
posted @ 2017-08-28 16:58 Mars_夹娃娃大神
阅读(704)
评论(0)
推荐(0)
编辑
公告