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.
我正在为管理面板开发一个模块。在模块中,它们是主表和 3 个子表。3 个子表有 3 种不同的形式。
记录正确插入到主表中。现在我添加了包含 2 个下拉列表的第二个选项卡,第一个下拉列表有主条目,第二个下拉列表有 3 个表单名称。我想在第二个下拉列表的基础上调用一个表单。
所以请帮我用ajax调用不同的表单,我还必须用ajax保存三种表单的数据。
谢谢