//获取简介
 public string GetApolt(int id)
 {
     return(animation.GetAPlot(id));
 }