<form>
<input name="xxxx" type="text">
<input name="images" type="file" multiple="multiple" >
</form>
因为第二个表单中有多个图片, 使用ajax post方式提交表单的时候如何将上述两个表单的数据一块提交?
慕无忌1623718
相关分类