In this case, we are sending back all of the items in the array. ... (req, res) => { const id = req.params.id; res.send(books[id]); });.
確定! 回上一頁