const cat = (f) => new Promise(resolve => Object.assign(new FileReader(), {onload(){resolve(this.result)}}).readAsText(f)); ...
確定! 回上一頁