//获取书籍章节数 public async static Task <int> GetTotalChapterNumber(string bookid) { ChapterObject myChapter = await Chapter.GetChapter(bookid); return(myChapter.mixToc.chaptersCount1); }