:::caution[已废弃]从 4.13.2 版本开始已弃用。:::
ActionsUsedWithForGetError: 使用 GET 请求从表单调用 Action ACTION_NAME,但只支持 POST 请求。这通常是因为表单上缺少 method="POST"。
method="POST"
使用 GET 请求从表单中调用 Action,但只支持 POST 请求。这通常是因为表单上缺少 method="POST"。
请参阅: