如何取昨天日期请问C#里System.DateTime.Now只能取当天日期,但是如何取得昨天的日期啊[解决办法]try DateTime yesterday = DateTime.Now.AddDays(-1);