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.
一个表单上是否可以有多个 name="post_content"?
我有一个联系表 7,我需要将 post_content 分配给多个输入字段。现在它只需要并发布最后一个字段的内容。
谢谢
如果您要拥有超过 1 个同名字段,那么您必须将其设为数组,否则它将无法工作
name="post_content[]"