macOS 弹出一个消息提醒
4周前 /
Directory:常见问题
/
Views:3
使用 Apple Script 弹出一个提醒:
display notification "提醒内容" with title "提醒标题"
使用命令行:
/usr/bin/osascript -e "display notification \" 提醒内容 \" with title \"提醒标题\""

