原生js实现文件上传function saveUser() { var file = document.getElementById("file").files[0] 原生ajax2023-02-21JavaScript150