const curFile = curFiles[0]; // 透過input 取得的file object const reader = new FileReader(); reader.onload = function (e) ...
確定! 回上一頁