11 2007 档案
摘要:方案1: /// /// 传入URL返回网页的html代码 /// /// URL /// public static string getUrltoHtml(string Url) { errorMsg = ""; try { System.Net.WebRequest wReq = System.Net.WebRequest.Create(Url); // Get the respon...
阅读全文
摘要:Aspx代码 .Cs代码 protected int i=1; protected void Repeater1_ItemDataBound(object src,RepeaterItemEventArgs e) ...{ i...
阅读全文