laravel 中request

request为表单提交的请求对应,为一个对象,使用all()方法可以拿到所有表单提交的数据。

原文地址:https://www.cnblogs.com/muwu/p/8906189.html