As with JSON, use the Fetch API & ES6 fetch('something.txt') .then(response => response.text()) .then(data => { // Do so...
確定! 回上一頁