摘要:
protected System.Drawing.Image ReturnImage(string strPhotoPath) { FileStream fstream = new FileStream(strPhotoPath, FileMode.OpenOrCreate, FileAccess.Read); byte[] byData = new byte[fstream.Length]; fstream.Read(byData, 0, System.Convert.ToInt32(fstream.Lengt... 阅读全文
posted @ 2011-11-02 14:58
红鲤鱼与驴与绿鲤鱼
阅读(346)
评论(0)
推荐(0)
浙公网安备 33010602011771号