获取图片的拍摄时间
摘要:public static DateTime GetBitDateTime(string path) { DateTime date = new DateTime(); FileStream stream = new FileStream(path, FileMode.Open, FileAccess.Read); ...
阅读全文
posted @ 2007-11-27 20:47
posted @ 2007-11-27 20:47
posted @ 2007-11-01 09:11