Since file parsing is asynchronous, don't forget a callback. Papa.parse(fileInput.files[0], { complete: function(results) { ...
確定! 回上一頁