【发布时间】:2016-07-28 19:35:59
【问题描述】:
我正在使用 Google API 按 ISBN 搜索图书。
我正在尝试使用这 3 个代码
0716604892, 0716604892, 0544506723
喜欢这个
https://www.googleapis.com/books/v1/volumes?q=isbn:0716604892
https://www.googleapis.com/books/v1/volumes?q=isbn:0716604892
https://www.googleapis.com/books/v1/volumes?q=isbn:0544506723
但当书存在时,最后一个不返回任何内容,并且 ISBN 码是正确的。
为什么会这样?
【问题讨论】:
-
你解决过这个问题吗?
-
遇到了类似的问题,你有没有找到解决办法?
标签: api google-api google-books