我做了以下工作,创建了一个像这样的小程序:
tell application "TextEdit"
activate
make new document
set text of front document to "hello world"
end tell
通过Automator / Service /运行applescript,我插入了以下内容( 确保服务收到选择后说“无输入”
告诉应用程序“ TextEdit” 启用 制作新文件 将前端文档的文本设置为“ hello world” 结束告诉然后我再次检查了代码是否有效(确实如此)
但是现在当我按下CMD + C时,什么也没发生。对这里出什么问题有任何想法吗?