wget + JavaScript?

前端 未结 3 1690
傲寒
傲寒 2020-11-28 11:41

I have this webpage that uses client-side JavaScript to format data on the page before it\'s displayed to the user.

Is it possible to somehow use wget t

3条回答
  •  野性不改
    2020-11-28 12:23

    You could probably make that happen with something like PhantomJS

    You can write a phantomjs script that will load the page like a browser would, and then either take screenshots or use JS to inspect the page and pull out data.

提交回复
热议问题