例如
  string time=DateTime.Now.ToString("yyyyMMddHHmmss");
  DateTime dt=Convert.ToDateTime(time);
后面那句怎么改,才会成功转换回来?