我如何從以下 json 響應中獲取標題或正文?{ "message": "All Books", "data": { "current_page": 1, "data": [ { "id": 2, "title": "The Quran", "slug": "the-quran", "body": "The Holy Quran", "book": "/storage/books/1602685137.pdf", "cover": "/storage/covers/1602685137.jpg", "os": "both", "price_ios": 0, "price_android": 0, "created_at": "2020-10-14T14:18:57.000000Z", "updated_at": "2020-10-14T14:18:57.000000Z" } ], "first_page_url": "https://book.test/api/v1/books?page=1", "from": 1, "last_page": 1, "last_page_url": "https://book.test/api/v1/books?page=1", "links": [ { "url": null, "label": "Previous", "active": false }, { "url": "https://book.test/api/v1/books?page=1", "label": 1, "active": true }, { "url": null, "label": "Next", "active": false } ], "next_page_url": null, "path": "https://book.test/api/v1/books", "per_page": 15, "prev_page_url": null, "to": 1, "total": 1 }}
我如何從以下回復中獲得標題
不負相思意
2023-06-15 17:17:27