在DataGridView中有一列(DataGridViewImageColumn)是显示的图片。现在是可以显示本地的图片,但是如果图片来自网上就不行了。 String picUrl = "D:\\My Documents\\My Pictures\\124.jpg"; //可以
                 //"http://img02.taobaocdn.com/bao/uploaded/i2/T178ioXf0IXXajT5A9_104023.jpg"; //不行 dgView[col, rowIndex].Value = new Bitmap(picUrl);