/// <summary> /// 得到所有的学生信息 /// </summary> /// <returns></returns> public DataSet getAll() { return(dal.getAll()); }