10 2013 档案

摘要:/// /// 将时间转化为中文大写 /// /// /// public string DateTimeToUpper(string str) { try { DateTime currenttime = DateTime.Parse(str); string newtime = string.Empty; string year = currentti... 阅读全文
posted @ 2013-10-08 15:55 challengesoflife 阅读(163) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示