fetch (url, { ...options, headers: { 'Authorization': 'Basic ' + btoa(`${username}:${password}`) } }) .then(response => response.json()) ...
確定! 回上一頁