转自:https://www.jianshu.com/p/98041ee1e805
-
使用 Apple Script 弹出一个提醒:
display notification "提醒内容" with title "提醒标题"
-
使用命令行:
/usr/bin/osascript -e "display notification \" 提醒内容 \" with title \"提醒标题\""
转自:https://www.jianshu.com/p/98041ee1e805
使用 Apple Script 弹出一个提醒:
display notification "提醒内容" with title "提醒标题"
使用命令行:
/usr/bin/osascript -e "display notification \" 提醒内容 \" with title \"提醒标题\""