交互式 JavaScript 宝石?

发布于 2024-09-15 19:57:25 字数 96 浏览 5 评论 0原文

我找到了一些在线交互式 Javascript 编辑器,但我想知道是否有本地等效的 gem,可以让我像 Mac 中的 IRB 和 Rails 控制台一样测试 Javascript?

I've found some online interactive Javascript editors, but I wonder if there is a local equivalent as a gem that lets me test Javascript just like IRB and Rails console in Mac?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

生来就爱笑 2024-09-22 19:57:25

Mozilla 提供 Rhino shell。请注意,它基于基于 Java 构建的 JavaScript 开源版本。

编辑:

由于您使用的是 Mac,因此可以使用 jsc,应将其安装在:/System/Library/Frameworks/JavaScriptCore.framework/Versions/A/Resources/jsc

在此页面。

Mozilla provides Rhino shell. Please note that it is based on an open source version of JavaScript built on Java.

Edit:

Since you are on a mac, you can use jsc which should be installed in: /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/Resources/jsc.

Found this little gem of info on this page.

爺獨霸怡葒院 2024-09-22 19:57:25

由于 Marcel Korpel 已将其作为评论提及,并且可能会错过(我首先错过了),因此将其输入此处。

在 Chrome/Firefox/Safari 中启动控制台(右键单击浏览器并说“检查元素”并查找“控制台”选项卡)并开始输入您想要评估的命令。

如果您想键入多行而不评估每一行(例如定义对象/函数),请按 SHIFT+Enter 转到下一行(在 Chrome 中工作,尚未在其他版本中检查)

Since Marcel Korpel has mentioned it as comment and might miss (I missed it first), entering it in here.

Fire up the console in Chrome/Firefox/Safari (Right click on the browser and say Inspect Element and look for Console tab) and start entering the commands that you wanna evaluate.

If you want to type multiple lines without each line being evaluated (like defining object/function), press SHIFT+Enter to go to next line (works in Chrome, have't checked in others)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文