AI基础设施、芯片和机器人 如何一次提交多个表单 #幂等性 2005-05-26 java__pro 以下多个form是插入同一个表中,怎么写,请给一下思路<html:form method="post" action="testAction.do" ><html:text property="name" size="30"/><html:text property="type" size="30"/></html:form><html:form method="post" action="testAction.do" ><html:text property="name" size="30"/><html:text property="type" size="30"/></html:form><html:form method="post" action="testAction.do" ><html:text property="name" size="30"/><html:text property="type" size="30"/></html:form>