摘要:
[Test] public void Test2() { DateTime startDate = new DateTime(2022, 10, 1, 0, 0, 0);//2022/10/1 0:00:00 DateTime endDate = startDate.AddMonths(1).Add 阅读全文
posted @ 2023-04-24 17:51
hofmann
阅读(332)
评论(0)
推荐(0)
摘要:
namespace IT.UnitTest { public class Demo { public string Test(string input) { return input; } static public string TestStatic(string input) { return 阅读全文
posted @ 2023-04-24 17:14
hofmann
阅读(70)
评论(0)
推荐(0)