Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有像Harmony for Python 这样的 Javascript 和 DOM 环境?
我想在获取/生成的 HTML 的 DOM 元素上执行 Javascript。我怎样才能在 Python 中做到这一点?
鉴于 Harmony 使用 Johnson(它是 Spidermonkey 的 Ruby 接口)和 envjs(纯 JavaScript 浏览器环境),您可能可以使用 pyv8 (http://code.google.com/p/pyv8/) 来实现相同的目的影响。