public byte[] PhotoByte;    //= new byte[byte.MaxValue];
if(PhotoByte == null)
{
    MessageBox.Show("数组为空");    
}

 

相关文章: