摘要: 一般上传方式 const file = document.getElementById('js_resume_file').files[0]; const formData = new FormData(); formData.append('file', file); $.ajax({ type: 阅读全文
posted @ 2020-07-28 10:56 前端路引 阅读(1750) 评论(0) 推荐(0)