DateTime.Parse是转换String为DateTime Convert.ToDateTime是转换继承自Object的对象为DateTime的. 你得到一个object对象,你想把它转换为DateTime,用DateTime.Parse就不可以,要用Convert.ToDateTime