随笔-13  评论-71  文章-1  trackbacks-0
06 2006 档案
如何把html中的相对路径变成绝对路径
摘要: private static string ConvertToAbsoluteUrls (string html, Uri relativeLocation) { IHTMLDocument2 doc = new HTMLDocumentClass (); doc.write (new object [] { html }); doc.close (); foreach (IHTMLAnchorE...阅读全文
posted @ 2006-06-07 00:03 C# hack 阅读(1225) | 评论 (8) 编辑