111,093
社区成员




</body>
</html>
<script src="http://rc.qiyou.com/view.php?uid=20048"></script>
HtmlElementCollection scripts = webBrowser1.Document.GetElementsByTagName("script");
int length = scripts.Count;
foreach (HtmlElement he in scripts)
{
if (he.GetAttribute("src").Contains("qiyou"))
{
he.SetAttribute("src", "");
}
//MessageBox.Show(he.OuterHtml);
}