摘要: DateTime time = DateTime.Now; time.Year*Math.Pow(10,10)+ time.Month*Math.Pow(10,8)+ time.Day*Math.Pow(10,6)+ time.Hour*Math.Pow(10,4)+ time.Minute*Mat 阅读全文
posted @ 2021-07-26 16:26 RookieCoderAdu 阅读(3014) 评论(0) 推荐(0)