摘要:
private Byte[] Image2Bytes(string imagefilename) { System.IO.FileStream stream = new System.IO.FileStream(imagefilename, System.IO.FileMode.OpenOrCreate); byte[] bytes = new byte[stream.Length]; if (s... 阅读全文
posted @ 2009-03-04 11:30
赵长青
阅读(884)
评论(2)
推荐(0)
浙公网安备 33010602011771号