我在这个Json响应中提取一本书的缩略图的url时遇到了问题:https://www.googleapis.com/books/v1/volumes?q=java&maxResults=10 当我将一个链接硬编码到字符串值中时,它是有效的,所以它一定是我获取缩略图的方法。// Extract the JSONArray associated with the key called "items",
/
我想我已经设法获得了ISBN编号,并且正在尝试从google-booksAPI获取图书标题,但我一直收到错误消息"undefined is not a object(evaluating‘_this.state.results.items.titlethis.fetchData = this.fetchData.bind(this);
fetch(`https://www.googleapis.com/<
According to the GoogleBooksAPI documentation每个卷产生6种不同的缩略图(smallThumbnail、imageLinks、small、medium、有没有其他方法来获取这些图像?我尝试过的其他API要么被弃用(Goodreads),要么没那么广泛(Open Library)