Website scraping using jquery and ajax

前端 未结 6 1756
孤独总比滥情好
孤独总比滥情好 2020-12-24 09:46

I want to be able to manipulate the html of a given url. Something like html scraping. I know this can be done using curl or some scraping library.But i would like to know i

6条回答
  •  自闭症患者
    2020-12-24 10:17

    Instead of curl, you could use a tool like Selenium which will automate loading the page in the browser. You can run JavaScript with it.

提交回复
热议问题