本文介绍了在服务器端运行javascript的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有没有办法在服务器端运行同一个JavaCcript(jQuery)实例并从Java方法中调用它? :)
Is there any way to run one same instance of JavaCcript(jQuery) on the server side and call it from a Java method? :)
我很想知道是否可以在服务器端(不是客户端)运行它,例如Google应用引擎。
I am interested to know whether it is possible to run it on the server side (not clientside), like Google app engine.
推荐答案
。显然它支持一些JavaScript库,包括jquery。
Rhino. Apparently it supports a few javascript libraries, including jquery. http://ejohn.org/blog/bringing-the-browser-to-the-server/
这篇关于在服务器端运行javascript的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!