哪一组 Go 类型依次正确表示书名、页数和可用状态?
bool、int、string
bool
int
string
string、bool、int
int、string、bool
string、int、bool