系统相关
首页 > 系统相关> > 与javascript自动化相同的“do shell script”是什么? (约塞米蒂)

与javascript自动化相同的“do shell script”是什么? (约塞米蒂)

作者:互联网

支持javascript自动化started with Yosemite.

我怎么能用外部命令运行javascript? (即相当于applecript的shell脚本?

解决方法:

如果你查看StandardAdditions.sdef.

>菜单栏菜单:Windows – >图书馆
>双击:StandardAdditions
>将下拉列表更改为Javascript.

您将看到许多脚本命令更改为camelHump语法

app = Application.currentApplication()
app.includeStandardAdditions = true;

app.doShellScript('ls')

标签:javascript,applescript
来源: https://codeday.me/bug/20190817/1677084.html