我要抓起页面的源文件,但是一些内容是通过js传值,怎么才能把这部份一起抓起过来呢
man
你是要抓取一个http地址的源码?
尝试:
WebRequest req = WebRequest.Create("http://……");
WebResponse resp = req.GetResponse();
StreamReader sr= new StreamReader(resp.GetResponseStream());
string s = sr.ReadToEnd();
如果你有其它意见或私下交流,请直接发送maledong_work@foxmail.com;或者
If you do not have QQ, please
open the page and download it
and click the image to talk or leave message for me.
下载MSDN桌面工具(Vista,Win7)
下载Technet桌面小工具(Vista,Win7)
慈善点击,点击此处