python小課 第14關 查詢書籍

class Book: def __init__(self, name, author, comment, state = 0): self.name = name self.author = author self.comment = comment self.state = state def __str_
相關文章
相關標籤/搜索