dongshan3759 2013-03-03 21:57
浏览 43
已采纳

如何从运行时生成的网页中提取HTML标记

I am using a SimpleHTMLDOM parser to extract HTML data from web pages. But I came across websites such as www.coursera.com wherein the webpage is generated at runtime.

I need to know has anyone tried parsing such pages?

I am new to this field so some theory on this topic would help my understanding in parsing webpages.

  • 写回答

2条回答 默认 最新

  • duangua5742 2013-03-03 22:04
    关注

    In this case its probably easier (though not always). The data being used to generate content is likely part of ajax requests you can sent a request to those ajax endpoints directly and parse the response from the endpoint.

    Often this will be in JSON, which is quite easy to parse compared to HTML.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?