检测远程URL是否存在的三种方法
摘要:
本文用3种方法检测远程URL是否存在。 private void Page_Load(object sender, System.EventArgs e){ string url1 = "http://dotnet.aspx.cc/"; string url2 = "http://dotnet.aspx.cc/Images/logo.gif"; Response.Write("方法1:")... 阅读全文
posted @ 2005-12-13 10:58 Lei.W 阅读(184) 评论(0) 推荐(0)
浙公网安备 33010602011771号