Get full HTML from website using fetch() */ fetch(url) .then((res) => res.text()) .then((html) => console.log(html));.
確定! 回上一頁