日期:2014-05-17 浏览次数:20398 次
try { WebClient wc = new WebClient(); Stream db = wc.OpenRead(url); } catch (Exception ex) { //出错表示链接错误,做相应的处理 }