alert('Upload CSV'); return false; } if (e.target.files != undefined) { var reader = new FileReader(); reader.onload = function(e) {
確定! 回上一頁