如何找出是否需要抓取页面源代码,或者我可以用POST请求替换它并省去麻烦?我正在使用python 3.5
。我需要的页面是:
https://www.fathom.org/experience-whats-included/#spot
http://www.pocruises.com/find-and-book/cruise-search-results enter link description here
https://www.pocruises.com.au/cruises/search#?sort=dpa&page=1
我对前端的东西非常糟糕,我似乎无法找到这些事情是如何完成的。
提前致谢
编辑:向http://www.pocruises.com/find-and-book/cruise-search-results/
发送帖子请求返回<Response [200]>
。这是否意味着我无法发送请求,我必须刮掉整个页面?