摘要:
/// /// 将照片转换为二进制数组 /// /// /// private byte[] PhotoToArray( string path ) { FileStream stream = new FileStream( path , FileMode.Open , FileAccess.Read ) ; byte[] bufferPhoto =new byte[s... 阅读全文
posted @ 2007-07-10 10:41
失落
阅读(241)
评论(0)
推荐(0)
浙公网安备 33010602011771号