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.
所以我有一个包含多个输入表单的页面;是否可以使用一个提交按钮同时提交所有这些表格?此外,每个表单都有自己的复选框,我想要它,这样如果它被选中,它就不会将该表单中的数据提交给 PHP 脚本。如果复选框被选中,我希望它在该表单中提交数据。这可能吗?
您可以使用 AJAX 或将所有表单合并为一个,您将提交这些表单。