Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用流体在前端模板中检查多个复选框的值并在操作 extbase 中使用这些值?
array
这是接收数组作为控制器参数值的正确方法。不建议直接从请求中访问它,除非您还在控制器操作上声明了参数。不这样做将绕过重要的参数处理。
将它们保存在表单中并检索 POST 数据槽:
$this->request->getArgument('variable')