string date, time; date = DateTime.Now.ToString("yyyyMMddhhmmssfff");
time = DateTime.Now.ToLongTimeString(); time = time.Replace(":", "");
这下可以记住了。