如何得到上一年的今天请问如何处理,谢谢[解决办法]DateTime.Now.AddYears(-1).ToString();[解决办法]DateTime dt = DateTime.Today.AddYears(-1);