我需要提取/读取通过 iMessage 接收的传入消息的内容。我很难找到正确的命令来提取信息。有人能指出我正确的方向吗?我知道到目前为止我没有太多,我是新手:(
using terms from application "Messages"
on message received theMessage
return theMessage
end message received
end using terms from
我需要提取/读取通过 iMessage 接收的传入消息的内容。我很难找到正确的命令来提取信息。有人能指出我正确的方向吗?我知道到目前为止我没有太多,我是新手:(
using terms from application "Messages"
on message received theMessage
return theMessage
end message received
end using terms from