$.ajax({ url: 'xxxx.do', type: 'POST', cache: false, data: new FormData($('.layui-form')[0]), processData: false, contentType: false }).done(function(request) { }).fail(function(res) { });
本文共 378 字,大约阅读时间需要 1 分钟。
$.ajax({ url: 'xxxx.do', type: 'POST', cache: false, data: new FormData($('.layui-form')[0]), processData: false, contentType: false }).done(function(request) { }).fail(function(res) { });
转载于:https://www.cnblogs.com/adtuu/p/7896619.html