如何把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
阅读(2231)
推荐(0)