form表单ajax提交
这里下面有两种 第一种是form表单里面添加了数据,并且含有上传的图片,第二种是from表单中不含有图片 只有普通数据 第一种form表单中包含有图片的类型: <form method="post" id="addForm" enctype="multipart/form-data"> <table class="table table-bg"> <tbody> <tr> <th class="text-r">Banner图片:</th> <td><input type="file" style="width:300px" class="" name="file" multiple datatype="*2-120" nullmsg="Banner图片不能为空"></td> </tr> <tr> <th class="text-r">跳转地址:</th> <td><input type="text" style="width:300px" class="input-text" value="" placeholder="" id="url" name="url"></td> </tr> <tr> <th class="text-r">备注:</th> <td><input type="text" style="width:300px" class="input-text"