How to interpret JavaScript with Python

后端 未结 5 2036
滥情空心
滥情空心 2021-01-14 06:41

It is possible to run JavaScript with Python? There are any library that makes this possible?

I need to execute some JavaScript, I know that this is possible with so

5条回答
  •  不要未来只要你来
    2021-01-14 07:06

    Does it need to be CPython ?

    And does the Javascript need a browser client environment ?

    If not, you can probably call Rhino from Jython.

    ( Note also that Jython release is only at 2.5.2 )

提交回复
热议问题