摘要: 图片转化为二进制using (FileStream fs = new FileStream(picpath, FileMode.Open, FileAccess.Read)) // { // using (BinaryReader read = new BinaryReader(fs)) // { // photobyte = read.ReadBytes(... 阅读全文
posted @ 2013-11-15 10:07 高兴happy 阅读(746) 评论(0) 推荐(0) 编辑