首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > C# > C# 自动查询百度排名

C# 自动查询百度排名

  • 资源大小:58.87 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: Windows开发

资 源 简 介

C#自动查询网站在百度的排名,精确,上传成功有声音提示string txt = textBox1.Text.Trim();            int index = webBrowser1.Document.Body.InnerHtml.IndexOf(txt);            HtmlElement he = webBrowser1.Document.GetElementById("page");            if (index > 0)            {                if (he != null)                {                    HtmlElementCollection strong = he.GetElementsByTagName("strong");                    label1.Text = "已找到 第 " + strong[0].Children[1].InnerText + " 页";                    timer1.Stop();    &

文 件 列 表

BaiduOrder
BaiduOrder
BaiduOrder.sln
BaiduOrder.v11.suo
VIP VIP
0.177932s