我正在對服務器執行遠程獲取請求。有效負載採用JSON格式,因此我想將Content-Type標題更改爲application/json。我用下面的代碼來做到這一點: let email = document.getElementById("email").value
let password = document.getElementById("password").value
const
我使用fetch()從api服務器獲取數據。我的錯誤是這樣的: Uncaught (in promise) SyntaxError: Unexpected end of input at
fetch.then.blob.
你能告訴我我做錯了什麼。 const weatherAPi ='https://www.metaweather.com/api/location/523920';
我有一個使用抓取API獲取用戶數據的對象數組。我嘗試過構造函數,創建一個函數,將其綁定。它沒有工作。我試過ComponentDidMount和setState,它返回undefined。 class Admin extends Component {
componentDidMount() {
var that = this;
fetch('http://l