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.
我有一个插入数据库(表单)的脚本,我想做的是在插入后将另一个动作发送到另一个部分。提前致谢
首先,在 ajax 请求成功后,您应该使用 Ajax 提交一个表单,然后您可以提交另一个表单。
请一一提及您要提交表单的整个代码...