需要用到 bitmap 数组  bitmap[] ? Bitmap[] bmp;
        for (int i = 0; i < count; i++)
        {
            
           bmp[i] =(Bitmap)Image.FromFile(serverPath + imgUrl[i]);        }错误提示:错误 1 使用了未赋值的局部变量“bmp” E:\WebSites\webPic\App_Code\photo.cs 40 12
================================
想知道bitmap[]怎么用?有这样用的吗,百度了一下,好像没这样方面的 .