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.
关于将 DOM 导入 Spider-、Trace- 或 JaegerMonkey 有几个问题和提示。但是有没有人这样做过?是否有 C 中可嵌入的工作 JS 引擎,包括 DOM?或者至少是一个容易做的教程?
我建议研究envjs或xmljs。这些是直接用 ECMAScript 编写的完整 DOM 实现。
A DOM and a JS engine makes a web browser. Look into embedding Webkit or something.