... .then(res => res.json()) .then(data => { res.send({ data }); }) .catch(err => { res.send(err); }); }); const server = app.listen(8081, ...
確定! 回上一頁