C 可以执行一段js 代码吗?
例如,我有一段js代码,我喜欢编写一个简单的控制台程序来读取这段代码,执行它,然后打印回结果。这样可以吗?如果是,我该如何开始这样做?谢谢。
For example, I have a js code, and I while like to write a simple console program that read this code, execute it, and print back the result. Is this possible to do so? If yes, how can I start doing this? Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要一个用于 C 的 JS 引擎,例如 SpiderMonkey (这是 FireFox 使用的引擎)。我不确定它使用起来有多容易,可能还有其他更好的。
You'd need a JS engine for C such as SpiderMonkey (which is the one FireFox uses). I'm not sure how easy that is to use though, there may be others that are better.