var filepath = ""; function getPathFile() { //獲取檔案物件 var a = document.getElementById("file").files[0]; var formData = new FormData(); ...
確定! 回上一頁