抱着试试看的态度运行了下这个代码:
tell application "Messages"
repeat 1000 times
send "发 iMessage 广告的死全家" to buddy "[email protected]"
end repeat
end tell
没想到收到了回复。。。估计发广告也是跑的 AppleScript,也就得在 Mac 上开个 Messages.app
有Mac的同学,也可以试试 'AppleScript 编辑器'粘上这段代码运行即可。。。
tell application "Messages"
repeat 1000 times
send "发 iMessage 广告的死全家" to buddy "[email protected]"
end repeat
end tell
没想到收到了回复。。。估计发广告也是跑的 AppleScript,也就得在 Mac 上开个 Messages.app
有Mac的同学,也可以试试 'AppleScript 编辑器'粘上这段代码运行即可。。。