C#抓取双色球,3D,等开奖结果
C#抓取双色球,3D,等开奖结果,求大神们帮帮忙
------解决方案--------------------
具体操作网上一大片,给你找了一个http://tech.it168.com/a2011/0331/1172/000001172620_all.shtml,你自己用IE的F12功能定位要找的元素,使用上面的方法找即可
------解决方案--------------------WebClient cilent = new WebClient();
string html = client.DownloadString(Url);
XmlDocument document = new XmlDocument(html);
这样获取
------解决方案--------------------HttpWebRequest去抓取网页上数据,然后进行分析
------解决方案--------------------
没隐藏呀