http://www.zhangxinxu.com/wordpress/?p=1667 <%@ page contentType="text/html; charset=UTF-8"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <
Automator 新建一个 Application添加一个动作 "Run AppleScript"代码如下 on run {input, parameters} tell application "Finder" set selection to make new file at (get insertion location) end tell return input end run 保存到 "应用程序"文件夹, 名字姑且叫 "N
Automator 新建一个 Application 选取:应用程序 实用工具→运行AppleScript 添加一个动作 "Run AppleScript"代码如下: on run {input, parameters} tell application "Finder" set selection to make new file at (get insertion location) end tell return input end run 保存到 &qu