var dt = $("form").find("input.title").serialize(); var fd = new FormData(); fileList.forEach(file => fd.append(file.name, file)); $.ajax({
確定! 回上一頁