if (!(filename.EndsWith(".jpg") || filename.EndsWith(".gif"))) { Label10.Text = "图片只能是jpg,gif格式"; return; }