获取网页的页面来源,包括页面的javascript函数 [英] to get the page source of webpage including javascript functions of the page

查看:68
本文介绍了获取网页的页面来源,包括页面的javascript函数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要例如www.rbi.org.in的完整页面资源.通过使用http请求进行迭代,我也使用了Web客户端请求.但是我只有html代码,而没有得到内部java脚本代码,请有人帮帮我.我正在使用c#

I need the full page source of for example www.rbi.org.in. itried by using http request and also i used web client request. but i got only the html code i didnt get inner java script code pls anyone help me. i am using c#

string url = "http://www.rbi.org.in/";
CWebClient wc = new CWebClient();
doc = wc.DownloadString(url);

推荐答案

您可以看到此->
链接
链接
you can see this ->
Link
Link


此链接还会为我提供以前的答案
this link also give me the previous answers


这篇关于获取网页的页面来源,包括页面的javascript函数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆