摘要: 1: //将object类型转换成时间,如果能转的话。 2: protected DateTime GetDataTime(object obj) 3: { 4: if (obj == null) 5: { 6: return DateTime.Now; ... 阅读全文
posted @ 2013-03-14 17:09 pnljs 阅读(9966) 评论(0) 推荐(0)