本文介绍了获取网页文本(称为脚本)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

尊敬的会员;

我想解析一些我正在制作的软件的网页文本. (Windows应用程式)
如果ajax调用网页中的文本,我会遇到问题
例如:
Facebook活动页面

http://culturewheel.com/eng/Calendar [ ^ ]

使用WebClient或HttpRequest/Response不会获得实际或填充的文本(例如,您将在右键单击->检查元素中找到它).


如何获得整个网页(在所有的ajax调用和填充等之后)?


在此先感谢您;

Dear members ;

I want to parse some webpage text for a software i''m making. (windows App)
I have a problem in getting the text inside the webpage if it''s called by ajax
As an example:
Facebook event page
Or
http://culturewheel.com/eng/Calendar[^]

using the WebClient or HttpRequest/Response Does NOT get the actual or filled text (As you''ll find it in Right Click --> Inspect Element for example).


How can i get the Whole webpage (After all the ajax calling & filling etc)?


Thank you in Advance;

推荐答案


这篇关于获取网页文本(称为脚本)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-05 12:14