Request::param()的问题

浏览:2887 发布日期:2018/11/30 分类:求助交流
<form method="post" action="http://localhost/think/public/index.php/index/index/index">
<input type="text" name="name" value="Hello">
<input type="hidden" name="_method" value="PUT" >
<input type="submit" value="提交">
</form>
这提交


return Request::param();打印报variable type error: array

不能获取数组???这是哪里错了??
最佳答案
评论( 相关
后面还有条评论,点击查看>>