function getDataURLs(target) { // target => <input type="file" id="file"> return Promise.all([...target.files].map(fileToDataURL)) }.
確定! 回上一頁