コード例 #1
0
ファイル: book_spider.py プロジェクト: amumu/wyzq
 def __init__(self):
     self.Book = get_db_book()
     self.Chapter = get_db_chapter()
コード例 #2
0
ファイル: book_spider.py プロジェクト: amumu/wyzq
 def __init__(self):
     self.Chapter = get_db_chapter()
     self.Content = get_db_content()