根据 ISBN10 的算法,校验位可以是 X,也就是说,它可能不是数字。但谷歌 API 的输出:https ://www.googleapis.com/books/v1/volumes?q=isbn: xxx 对 ISBN10 和 ISBN13 使用整数类型。为什么?
PS:以下是google API输出的一部分:
industryIdentifiers = (
{
identifier = 7542637975;
type = "ISBN_10";
},
{
identifier = 9787542637970;
type = "ISBN_13";
}
);