Server side browser that can execute JavaScript

后端 未结 9 1187
北海茫月
北海茫月 2021-01-05 08:05

Is there any programming libraries available that will parse an HTML document, execute JavaScript and then allow me to navigate the DOM?  This needs to be performed server s

9条回答
  •  情话喂你
    2021-01-05 08:40

    node.js ?

    Node can run any javascript file in its console. I would try node first & see if it can do what you want as it likely has the largest user base & documentation.

提交回复
热议问题