摘要: 本文用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:"); R... 阅读全文
posted @ 2005-12-27 13:13 竹子 阅读(374) 评论(0) 推荐(0) 编辑