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