摘要:
在软件开发中经常因为一些原因需要获得网页的源代码,在.NET2.0中使用WebClient可以轻松实现这个功能。 private void button1_Click(object sender, EventArgs e) { string uri = textBox1.Text; WebClient myClient = new WebClient(); byte... 阅读全文
posted @ 2008-11-10 19:59
※繁星※
阅读(243)
评论(0)
推荐(0)
浙公网安备 33010602011771号