ฉันจะทำให้ apple script รวมเวลาปัจจุบันในภาพที่ส่งด้วย apple script ได้อย่างไร
on run {input, parameters}
tell application "Messages"
set iMessageService to 1st service whose service type = iMessage
set imessagebuddy to buddy "mymessagebuddy@domain.com" of iMessageService
send "Message" to imessagebuddy
end tell
end run
คุณลองทำอะไรที่ไม่ได้ผล? คุณพยายามเพิ่มวันที่ / เวลาอย่างไร?
—
อัลลัน
ขณะนี้ฉันไม่มีอะไรทำตามที่ฉันต้องการ เพิ่งแก้ไขเพื่อแสดงสิ่งที่ฉันมีอยู่ในขณะนั้นที่ได้รับข้อความ แต่ที่ไหน "ข้อความ" ฉันต้องการมีวันที่ / เวลาปัจจุบันเมื่อสคริปต์ทำงาน
—
โทมัส