Fehler

2007年11月22日 #

[转]使用.net里的WebClient自动下载baidu的mp3

摘要: WebClient webdown = new WebClient(); string url = "http://list.mp3.baidu.com/topso/mp3topsong.html?id=1?top2"; string tmp = webdown.DownloadString(url); // RTBInfo.Text = tmp; string scanStr = @"(?<... 阅读全文

posted @ 2007-11-22 20:47 Fehler 阅读(482) 评论(0) 推荐(0)

导航