简体   繁体   中英

html parsing in c#

How can i parse values from the scoreboard of http://www.cricinfo.com/nzvaus2010/engine/current/match/423789.html


But how it could be managed? i am stuck how to fetch data and store it in database

I suggest you start reading, this looks like a good place to start

Screen Scraping Tutorial using C# .NET

It won't be easy, looking at the source of the page, it's all dynamic. You're going to have to pull the javascript apart to figure out where it's getting it's data from and use that. Conveniently, it's written in jquery.

不确定要尝试获取多少数据,但网站http://www.cricinfo.com/rss/livescores.xml上有RSS提要

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM