If PictureBox1.Image IsNot Nothing Then PictureBox1.Image.Save(sfd.filename) End If'用上面的代码就可以了,你既然要保存picturebox1当中的图像,那么就要保证PictureBox1.Image IsNot Nothing