Server side browser that can execute JavaScript

后端 未结 9 1202
北海茫月
北海茫月 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:23

    Java has support for javascript with Rhino, also look at this page for server side javascript solutions: http://en.wikipedia.org/wiki/Server-side_JavaScript

提交回复
热议问题