摘要:
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
阅读(2227)
评论(8)
推荐(0)
浙公网安备 33010602011771号