我正在尝试从我的计算机向自己发送一条消息,但它不会发送!有什么建议吗?这是我的脚本:
tell application "Messages"
set theBuddy to buddy "##########" of service "Contacts"
send "Hello" to theBuddy
end tell
我正在尝试从我的计算机向自己发送一条消息,但它不会发送!有什么建议吗?这是我的脚本:
tell application "Messages"
set theBuddy to buddy "##########" of service "Contacts"
send "Hello" to theBuddy
end tell