![]() ![]() | ![]() |
version 1.55, 2024/03/29 21:01:36 | version 1.56, 2024/03/29 21:03:44 | ||
---|---|---|---|
|
|
||
} | } | ||
}) | }) | ||
.then(dataJson => { | .then(dataJson => { | ||
console.log(dataJson); | console.log(dataJson.get("a")); | ||
dataReceived = JSON.parse(dataJson.getJSON); | // dataReceived = JSON.parse(dataJson.getJSON); | ||
}) | }) | ||
.catch(err => { | .catch(err => { | ||
if (err === "server") return | if (err === "server") return |