async function get() { let res = await fetch(location.href); console.log(res.headers.redirected); res.headers.forEach(function (a, b) { console.log(a + "---" + b); }) console.log(await res.text()); } get();
0 件のコメント:
コメントを投稿