Uchiha Itachi
Results
1
issues of
Uchiha Itachi
``` fetch(url, { method: "POST", headers: { "Content-Type": "application/x-www-form-urlencoded" }, body: params })。then(function (response) { if (response.ok) { return response.json().then(function (responseObject) { if (responseObject['status'] == 1) { resolve(responseObject.data) } else...