2020-04-03 每日一例第26天spa
1.新建对话框,拖label/button控件;blog
2.后台代码;后台
MessageBox.Show("10天前是:"+DateTime.Now.AddDays(-10).ToString("yyyy年M月d日"),"提示!");im