string url = "http://b.hiphotos.baidu.com/image/pic/item/03087bf40ad162d93b3a196f1fdfa9ec8b13cde9.jpg";
            try
            {
                pictureBox1.Load(url);
            }
            catch (Exception ex)
            {
                //显示本地默认图片
            }

  

相关文章:

  • 2022-12-23
  • 2021-09-15
  • 2021-09-15
  • 2022-12-23
  • 2022-01-24
  • 2022-12-23
  • 2022-12-23
  • 2018-04-13
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-03
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案