JavaScript Shell
一、简介
JavaScript shell,这是由 Mozilla 提供的综合 JavaScript 编程环境,是SpiderMonkey 中的一部分。
二、安装
1.http://ftp.mozilla.org/pub/firefox/nightly/latest-oak/下载需要的安装包并解压
可在交互模式下使用shell执行js代码,输入quit() 退出shell
2.终端安装spidermonkey
$ brew install spidermonkey
$ js 文件名.js